Shades of Conifer #AFD96C
Tints of Conifer #AFD96C
RGB
CMYK
RGB Variations
Color information
#AFD96C (or 0xAFD96C) is known color: Conifer. HEX triplet: AF, D9 and 6C. RGB value is (175,217,108). Sum of RGB (Red+Green+Blue) = 175+217+108=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD96C is #502693. Grayscale: #C0C0C0. Windows color (decimal): -5252756 or 7133615. OLE color: 7133615.
HSL color Cylindrical-coordinate representation of color #AFD96C: hue angle of 83.12º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFD96C is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 217 | 108 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.15 |
| HSL | 83.12º | 0.59% | 0.64% | - |
| HSV(B) | 83.12º | 0.5% | 0.85% | - |
| XYZ | 45.2 | 59.82 | 23.35 | - |
| YUV | 192.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 217 | 108 | 0.19 | 0 | 0.50 | 0.15 | 83.12 | 0.59 | 0.64 |
| Hex | AF | D9 | 6C | 13 | 0 | 32 | F | 53 | 3B | 40 |
| Octal | 257 | 331 | 154 | 23 | 0 | 62 | 17 | 123 | 73 | 100 |
| Binary | 10101111 | 11011001 | 1101100 | 10011 | 0 | 110010 | 1111 | 1010011 | 111011 | 1000000 |
Color Harmonies of #AFD96C
Complementary color
Monochromatic Colors of #AFD96C
Black with #AFD96C
Text Example
Text Example
White with #AFD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD96C; }
p { color: rgb(175,217,108); }
H1.HeaderClassName
{
color: #AFD96C;
}
.AnyTagClassName
{
color: #AFD96C;
}
</style>
background-color css
<style>
a { background-color: #AFD96C; }
a { background-color: rgb(175,217,108); }
div.DivClassName
{
background-color: #AFD96C;
}
.BgClassName
{
background-color: #AFD96C;
}
</style>
border-color css
<style>
span { border-color: #AFD96C; }
span { border-color: rgb(175,217,108); }
td.TdClassName
{
border-color: #AFD96C;
}
.TagClassName
{
border-color: #AFD96C;
}
</style>