Shades of Conifer #A0CA56
Tints of Conifer #A0CA56
RGB
CMYK
RGB Variations
Color information
#A0CA56 (or 0xA0CA56) is known color: Conifer. HEX triplet: A0, CA and 56. RGB value is (160,202,86). Sum of RGB (Red+Green+Blue) = 160+202+86=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA56 is #5F35A9. Grayscale: #B0B0B0. Windows color (decimal): -6239658 or 5687968. OLE color: 5687968.
HSL color Cylindrical-coordinate representation of color #A0CA56: hue angle of 81.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0CA56 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 86 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.21 |
| HSL | 81.72º | 0.52% | 0.56% | - |
| HSV(B) | 81.72º | 0.57% | 0.79% | - |
| XYZ | 37.3 | 50.39 | 16.56 | - |
| YUV | 176.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 86 | 0.21 | 0 | 0.57 | 0.21 | 81.72 | 0.52 | 0.56 |
| Hex | A0 | CA | 56 | 15 | 0 | 39 | 15 | 52 | 34 | 38 |
| Octal | 240 | 312 | 126 | 25 | 0 | 71 | 25 | 122 | 64 | 70 |
| Binary | 10100000 | 11001010 | 1010110 | 10101 | 0 | 111001 | 10101 | 1010010 | 110100 | 111000 |
Color Harmonies of #A0CA56
Complementary color
Monochromatic Colors of #A0CA56
Black with #A0CA56
Text Example
Text Example
White with #A0CA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA56; }
p { color: rgb(160,202,86); }
H1.HeaderClassName
{
color: #A0CA56;
}
.AnyTagClassName
{
color: #A0CA56;
}
</style>
background-color css
<style>
a { background-color: #A0CA56; }
a { background-color: rgb(160,202,86); }
div.DivClassName
{
background-color: #A0CA56;
}
.BgClassName
{
background-color: #A0CA56;
}
</style>
border-color css
<style>
span { border-color: #A0CA56; }
span { border-color: rgb(160,202,86); }
td.TdClassName
{
border-color: #A0CA56;
}
.TagClassName
{
border-color: #A0CA56;
}
</style>