Shades of Conifer #AFE869
Tints of Conifer #AFE869
RGB
CMYK
RGB Variations
Color information
#AFE869 (or 0xAFE869) is known color: Conifer. HEX triplet: AF, E8 and 69. RGB value is (175,232,105). Sum of RGB (Red+Green+Blue) = 175+232+105=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE869 is #501796. Grayscale: #C8C8C8. Windows color (decimal): -5248919 or 6940847. OLE color: 6940847.
HSL color Cylindrical-coordinate representation of color #AFE869: hue angle of 86.93º degrees, saturation: 0.73, 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 #AFE869 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 105 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.09 |
| HSL | 86.93º | 0.73% | 0.66% | - |
| HSV(B) | 86.93º | 0.55% | 0.91% | - |
| XYZ | 49.09 | 67.85 | 23.87 | - |
| YUV | 200.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 105 | 0.25 | 0 | 0.55 | 0.09 | 86.93 | 0.73 | 0.66 |
| Hex | AF | E8 | 69 | 19 | 0 | 37 | 9 | 57 | 49 | 42 |
| Octal | 257 | 350 | 151 | 31 | 0 | 67 | 11 | 127 | 111 | 102 |
| Binary | 10101111 | 11101000 | 1101001 | 11001 | 0 | 110111 | 1001 | 1010111 | 1001001 | 1000010 |
Color Harmonies of #AFE869
Complementary color
Monochromatic Colors of #AFE869
Black with #AFE869
Text Example
Text Example
White with #AFE869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE869; }
p { color: rgb(175,232,105); }
H1.HeaderClassName
{
color: #AFE869;
}
.AnyTagClassName
{
color: #AFE869;
}
</style>
background-color css
<style>
a { background-color: #AFE869; }
a { background-color: rgb(175,232,105); }
div.DivClassName
{
background-color: #AFE869;
}
.BgClassName
{
background-color: #AFE869;
}
</style>
border-color css
<style>
span { border-color: #AFE869; }
span { border-color: rgb(175,232,105); }
td.TdClassName
{
border-color: #AFE869;
}
.TagClassName
{
border-color: #AFE869;
}
</style>