Shades of Conifer #A0E956
Tints of Conifer #A0E956
RGB
CMYK
RGB Variations
Color information
#A0E956 (or 0xA0E956) is known color: Conifer. HEX triplet: A0, E9 and 56. RGB value is (160,233,86). Sum of RGB (Red+Green+Blue) = 160+233+86=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E956 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E956 is #5F16A9. Grayscale: #C2C2C2. Windows color (decimal): -6231722 or 5695904. OLE color: 5695904.
HSL color Cylindrical-coordinate representation of color #A0E956: hue angle of 89.8º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0E956 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 86 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.09 |
| HSL | 89.8º | 0.77% | 0.63% | - |
| HSV(B) | 89.8º | 0.63% | 0.91% | - |
| XYZ | 45.32 | 66.42 | 19.24 | - |
| YUV | 194.42 | 66.82 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 86 | 0.31 | 0 | 0.63 | 0.09 | 89.8 | 0.77 | 0.63 |
| Hex | A0 | E9 | 56 | 1F | 0 | 3F | 9 | 5A | 4D | 3F |
| Octal | 240 | 351 | 126 | 37 | 0 | 77 | 11 | 132 | 115 | 77 |
| Binary | 10100000 | 11101001 | 1010110 | 11111 | 0 | 111111 | 1001 | 1011010 | 1001101 | 111111 |
Color Harmonies of #A0E956
Complementary color
Monochromatic Colors of #A0E956
Black with #A0E956
Text Example
Text Example
White with #A0E956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E956; }
p { color: rgb(160,233,86); }
H1.HeaderClassName
{
color: #A0E956;
}
.AnyTagClassName
{
color: #A0E956;
}
</style>
background-color css
<style>
a { background-color: #A0E956; }
a { background-color: rgb(160,233,86); }
div.DivClassName
{
background-color: #A0E956;
}
.BgClassName
{
background-color: #A0E956;
}
</style>
border-color css
<style>
span { border-color: #A0E956; }
span { border-color: rgb(160,233,86); }
td.TdClassName
{
border-color: #A0E956;
}
.TagClassName
{
border-color: #A0E956;
}
</style>