Shades of Conifer #AFE868
Tints of Conifer #AFE868
RGB
CMYK
RGB Variations
Color information
#AFE868 (or 0xAFE868) is known color: Conifer. HEX triplet: AF, E8 and 68. RGB value is (175,232,104). Sum of RGB (Red+Green+Blue) = 175+232+104=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE868 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE868 is #501797. Grayscale: #C8C8C8. Windows color (decimal): -5248920 or 6875311. OLE color: 6875311.
HSL color Cylindrical-coordinate representation of color #AFE868: hue angle of 86.72º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFE868 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 104 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.09 |
| HSL | 86.72º | 0.74% | 0.66% | - |
| HSV(B) | 86.72º | 0.55% | 0.91% | - |
| XYZ | 49.03 | 67.83 | 23.6 | - |
| YUV | 200.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 104 | 0.25 | 0 | 0.55 | 0.09 | 86.72 | 0.74 | 0.66 |
| Hex | AF | E8 | 68 | 19 | 0 | 37 | 9 | 57 | 4A | 42 |
| Octal | 257 | 350 | 150 | 31 | 0 | 67 | 11 | 127 | 112 | 102 |
| Binary | 10101111 | 11101000 | 1101000 | 11001 | 0 | 110111 | 1001 | 1010111 | 1001010 | 1000010 |
Color Harmonies of #AFE868
Complementary color
Monochromatic Colors of #AFE868
Black with #AFE868
Text Example
Text Example
White with #AFE868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE868; }
p { color: rgb(175,232,104); }
H1.HeaderClassName
{
color: #AFE868;
}
.AnyTagClassName
{
color: #AFE868;
}
</style>
background-color css
<style>
a { background-color: #AFE868; }
a { background-color: rgb(175,232,104); }
div.DivClassName
{
background-color: #AFE868;
}
.BgClassName
{
background-color: #AFE868;
}
</style>
border-color css
<style>
span { border-color: #AFE868; }
span { border-color: rgb(175,232,104); }
td.TdClassName
{
border-color: #AFE868;
}
.TagClassName
{
border-color: #AFE868;
}
</style>