#AFDF6B

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

Shades of Conifer #AFDF6B

Tints of Conifer #AFDF6B

Color information

#AFDF6B (or 0xAFDF6B) is unknown color: approx Conifer. HEX triplet: AF, DF and 6B. RGB value is (175,223,107). Sum of RGB (Red+Green+Blue) = 175+223+107=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF6B is #502094. Grayscale: #C3C3C3. Windows color (decimal): -5251221 or 7069615. OLE color: 7069615.

HSL color Cylindrical-coordinate representation of color #AFDF6B: hue angle of 84.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDF6B is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB175223107-
CMYK0.2200.520.13
HSL84.83º64.44%64.71%-
HSV(B)84.83º52.02%87.45%-
XYZ46.7262.9523.6-
YUV195.4278.1113.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 223 (87.5% from 255) = 44.16%
BLUE value IS 107 (42.19% from 255) = 21.19%
R=34.65%
G=44.16%
B=21.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231070.2200.520.1384.8364.4464.71
HexAFDF6B16034D554041
Octal2573371532606415125100101
Binary101011111101111111010111011001101001101101010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF6B; }

 p { color: rgb(175,223,107); }

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

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

 a { background-color: rgb(175,223,107); }

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

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

 span { border-color: rgb(175,223,107); }

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