Shades of Conifer #AFE86B
Tints of Conifer #AFE86B
RGB
CMYK
RGB Variations
Color information
#AFE86B (or 0xAFE86B) is known color: Conifer. HEX triplet: AF, E8 and 6B. RGB value is (175,232,107). Sum of RGB (Red+Green+Blue) = 175+232+107=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE86B is #501794. Grayscale: #C9C9C9. Windows color (decimal): -5248917 or 7071919. OLE color: 7071919.
HSL color Cylindrical-coordinate representation of color #AFE86B: hue angle of 87.36º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFE86B is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 107 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.09 |
| HSL | 87.36º | 0.73% | 0.66% | - |
| HSV(B) | 87.36º | 0.54% | 0.91% | - |
| XYZ | 49.19 | 67.89 | 24.42 | - |
| YUV | 200.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 107 | 0.25 | 0 | 0.54 | 0.09 | 87.36 | 0.73 | 0.66 |
| Hex | AF | E8 | 6B | 19 | 0 | 36 | 9 | 57 | 49 | 42 |
| Octal | 257 | 350 | 153 | 31 | 0 | 66 | 11 | 127 | 111 | 102 |
| Binary | 10101111 | 11101000 | 1101011 | 11001 | 0 | 110110 | 1001 | 1010111 | 1001001 | 1000010 |
Color Harmonies of #AFE86B
Complementary color
Monochromatic Colors of #AFE86B
Black with #AFE86B
Text Example
Text Example
White with #AFE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE86B; }
p { color: rgb(175,232,107); }
H1.HeaderClassName
{
color: #AFE86B;
}
.AnyTagClassName
{
color: #AFE86B;
}
</style>
background-color css
<style>
a { background-color: #AFE86B; }
a { background-color: rgb(175,232,107); }
div.DivClassName
{
background-color: #AFE86B;
}
.BgClassName
{
background-color: #AFE86B;
}
</style>
border-color css
<style>
span { border-color: #AFE86B; }
span { border-color: rgb(175,232,107); }
td.TdClassName
{
border-color: #AFE86B;
}
.TagClassName
{
border-color: #AFE86B;
}
</style>