Shades of Conifer #AFD96E
Tints of Conifer #AFD96E
RGB
CMYK
RGB Variations
Color information
#AFD96E (or 0xAFD96E) is known color: Conifer. HEX triplet: AF, D9 and 6E. RGB value is (175,217,110). Sum of RGB (Red+Green+Blue) = 175+217+110=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD96E is #502691. Grayscale: #C0C0C0. Windows color (decimal): -5252754 or 7264687. OLE color: 7264687.
HSL color Cylindrical-coordinate representation of color #AFD96E: hue angle of 83.55º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFD96E is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 217 | 110 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.15 |
| HSL | 83.55º | 0.58% | 0.64% | - |
| HSV(B) | 83.55º | 0.49% | 0.85% | - |
| XYZ | 45.31 | 59.87 | 23.92 | - |
| YUV | 192.24 | 81.59 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 217 | 110 | 0.19 | 0 | 0.49 | 0.15 | 83.55 | 0.58 | 0.64 |
| Hex | AF | D9 | 6E | 13 | 0 | 31 | F | 54 | 3A | 40 |
| Octal | 257 | 331 | 156 | 23 | 0 | 61 | 17 | 124 | 72 | 100 |
| Binary | 10101111 | 11011001 | 1101110 | 10011 | 0 | 110001 | 1111 | 1010100 | 111010 | 1000000 |
Color Harmonies of #AFD96E
Complementary color
Monochromatic Colors of #AFD96E
Black with #AFD96E
Text Example
Text Example
White with #AFD96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD96E; }
p { color: rgb(175,217,110); }
H1.HeaderClassName
{
color: #AFD96E;
}
.AnyTagClassName
{
color: #AFD96E;
}
</style>
background-color css
<style>
a { background-color: #AFD96E; }
a { background-color: rgb(175,217,110); }
div.DivClassName
{
background-color: #AFD96E;
}
.BgClassName
{
background-color: #AFD96E;
}
</style>
border-color css
<style>
span { border-color: #AFD96E; }
span { border-color: rgb(175,217,110); }
td.TdClassName
{
border-color: #AFD96E;
}
.TagClassName
{
border-color: #AFD96E;
}
</style>