#AFDB69

Color #AFDB69 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFDB69

Tints of Conifer #AFDB69

Color information

#AFDB69 (or 0xAFDB69) is unknown color: approx Conifer. HEX triplet: AF, DB and 69. RGB value is (175,219,105). Sum of RGB (Red+Green+Blue) = 175+219+105=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB69 is #502496. Grayscale: #C1C1C1. Windows color (decimal): -5252247 or 6937519. OLE color: 6937519.

HSL color Cylindrical-coordinate representation of color #AFDB69: hue angle of 83.16º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDB69 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB175219105-
CMYK0.2000.520.14
HSL83.16º61.29%63.53%-
HSV(B)83.16º52.05%85.88%-
XYZ45.5660.822.7-
YUV192.8578.42115.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 219 (85.94% from 255) = 43.89%
BLUE value IS 105 (41.41% from 255) = 21.04%
R=35.07%
G=43.89%
B=21.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191050.2000.520.1483.1661.2963.53
HexAFDB6914034E533d40
Octal257333151240641612375100
Binary10101111110110111101001101000110100111010100111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDB69; }

 p { color: rgb(175,219,105); }

 H1.HeaderClassName
 {
   color: #AFDB69;
 }
 .AnyTagClassName
 {
   color: #AFDB69;
 }
</style>
background-color css

<style>
 a { background-color: #AFDB69; }

 a { background-color: rgb(175,219,105); }

 div.DivClassName
 {
   background-color: #AFDB69;
 }
 .BgClassName
 {
   background-color: #AFDB69;
 }
</style>
border-color css

<style>
 span { border-color: #AFDB69; }

 span { border-color: rgb(175,219,105); }

 td.TdClassName
 {
   border-color: #AFDB69;
 }
 .TagClassName
 {
   border-color: #AFDB69;
 }
</style>