Shades of Conifer #A0CA55
Tints of Conifer #A0CA55
RGB
CMYK
RGB Variations
Color information
#A0CA55 (or 0xA0CA55) is known color: Conifer. HEX triplet: A0, CA and 55. RGB value is (160,202,85). Sum of RGB (Red+Green+Blue) = 160+202+85=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA55 is #5F35AA. Grayscale: #B0B0B0. Windows color (decimal): -6239659 or 5622432. OLE color: 5622432.
HSL color Cylindrical-coordinate representation of color #A0CA55: hue angle of 81.54º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0CA55 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 85 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.21 |
| HSL | 81.54º | 0.52% | 0.56% | - |
| HSV(B) | 81.54º | 0.58% | 0.79% | - |
| XYZ | 37.26 | 50.37 | 16.35 | - |
| YUV | 176.1 | 76.59 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 85 | 0.21 | 0 | 0.58 | 0.21 | 81.54 | 0.52 | 0.56 |
| Hex | A0 | CA | 55 | 15 | 0 | 3A | 15 | 52 | 34 | 38 |
| Octal | 240 | 312 | 125 | 25 | 0 | 72 | 25 | 122 | 64 | 70 |
| Binary | 10100000 | 11001010 | 1010101 | 10101 | 0 | 111010 | 10101 | 1010010 | 110100 | 111000 |
Color Harmonies of #A0CA55
Complementary color
Monochromatic Colors of #A0CA55
Black with #A0CA55
Text Example
Text Example
White with #A0CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA55; }
p { color: rgb(160,202,85); }
H1.HeaderClassName
{
color: #A0CA55;
}
.AnyTagClassName
{
color: #A0CA55;
}
</style>
background-color css
<style>
a { background-color: #A0CA55; }
a { background-color: rgb(160,202,85); }
div.DivClassName
{
background-color: #A0CA55;
}
.BgClassName
{
background-color: #A0CA55;
}
</style>
border-color css
<style>
span { border-color: #A0CA55; }
span { border-color: rgb(160,202,85); }
td.TdClassName
{
border-color: #A0CA55;
}
.TagClassName
{
border-color: #A0CA55;
}
</style>