Shades of Conifer #AFE86A
Tints of Conifer #AFE86A
RGB
CMYK
RGB Variations
Color information
#AFE86A (or 0xAFE86A) is known color: Conifer. HEX triplet: AF, E8 and 6A. RGB value is (175,232,106). Sum of RGB (Red+Green+Blue) = 175+232+106=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE86A is #501795. Grayscale: #C9C9C9. Windows color (decimal): -5248918 or 7006383. OLE color: 7006383.
HSL color Cylindrical-coordinate representation of color #AFE86A: hue angle of 87.14º 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 #AFE86A is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 106 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.09 |
| HSL | 87.14º | 0.73% | 0.66% | - |
| HSV(B) | 87.14º | 0.54% | 0.91% | - |
| XYZ | 49.14 | 67.87 | 24.15 | - |
| YUV | 200.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 106 | 0.25 | 0 | 0.54 | 0.09 | 87.14 | 0.73 | 0.66 |
| Hex | AF | E8 | 6A | 19 | 0 | 36 | 9 | 57 | 49 | 42 |
| Octal | 257 | 350 | 152 | 31 | 0 | 66 | 11 | 127 | 111 | 102 |
| Binary | 10101111 | 11101000 | 1101010 | 11001 | 0 | 110110 | 1001 | 1010111 | 1001001 | 1000010 |
Color Harmonies of #AFE86A
Complementary color
Monochromatic Colors of #AFE86A
Black with #AFE86A
Text Example
Text Example
White with #AFE86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE86A; }
p { color: rgb(175,232,106); }
H1.HeaderClassName
{
color: #AFE86A;
}
.AnyTagClassName
{
color: #AFE86A;
}
</style>
background-color css
<style>
a { background-color: #AFE86A; }
a { background-color: rgb(175,232,106); }
div.DivClassName
{
background-color: #AFE86A;
}
.BgClassName
{
background-color: #AFE86A;
}
</style>
border-color css
<style>
span { border-color: #AFE86A; }
span { border-color: rgb(175,232,106); }
td.TdClassName
{
border-color: #AFE86A;
}
.TagClassName
{
border-color: #AFE86A;
}
</style>