Shades of Conifer #AFE86C
Tints of Conifer #AFE86C
RGB
CMYK
RGB Variations
Color information
#AFE86C (or 0xAFE86C) is known color: Conifer. HEX triplet: AF, E8 and 6C. RGB value is (175,232,108). Sum of RGB (Red+Green+Blue) = 175+232+108=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE86C is #501793. Grayscale: #C9C9C9. Windows color (decimal): -5248916 or 7137455. OLE color: 7137455.
HSL color Cylindrical-coordinate representation of color #AFE86C: hue angle of 87.58º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE86C is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 108 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.09 |
| HSL | 87.58º | 0.73% | 0.67% | - |
| HSV(B) | 87.58º | 0.53% | 0.91% | - |
| XYZ | 49.24 | 67.91 | 24.7 | - |
| YUV | 200.82 | 75.62 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 108 | 0.25 | 0 | 0.53 | 0.09 | 87.58 | 0.73 | 0.67 |
| Hex | AF | E8 | 6C | 19 | 0 | 35 | 9 | 58 | 49 | 43 |
| Octal | 257 | 350 | 154 | 31 | 0 | 65 | 11 | 130 | 111 | 103 |
| Binary | 10101111 | 11101000 | 1101100 | 11001 | 0 | 110101 | 1001 | 1011000 | 1001001 | 1000011 |
Color Harmonies of #AFE86C
Complementary color
Monochromatic Colors of #AFE86C
Black with #AFE86C
Text Example
Text Example
White with #AFE86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE86C; }
p { color: rgb(175,232,108); }
H1.HeaderClassName
{
color: #AFE86C;
}
.AnyTagClassName
{
color: #AFE86C;
}
</style>
background-color css
<style>
a { background-color: #AFE86C; }
a { background-color: rgb(175,232,108); }
div.DivClassName
{
background-color: #AFE86C;
}
.BgClassName
{
background-color: #AFE86C;
}
</style>
border-color css
<style>
span { border-color: #AFE86C; }
span { border-color: rgb(175,232,108); }
td.TdClassName
{
border-color: #AFE86C;
}
.TagClassName
{
border-color: #AFE86C;
}
</style>