Shades of Conifer #A0CA57
Tints of Conifer #A0CA57
RGB
CMYK
RGB Variations
Color information
#A0CA57 (or 0xA0CA57) is known color: Conifer. HEX triplet: A0, CA and 57. RGB value is (160,202,87). Sum of RGB (Red+Green+Blue) = 160+202+87=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA57 is #5F35A8. Grayscale: #B0B0B0. Windows color (decimal): -6239657 or 5753504. OLE color: 5753504.
HSL color Cylindrical-coordinate representation of color #A0CA57: hue angle of 81.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0CA57 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 87 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.21 |
| HSL | 81.91º | 0.52% | 0.57% | - |
| HSV(B) | 81.91º | 0.57% | 0.79% | - |
| XYZ | 37.34 | 50.4 | 16.78 | - |
| YUV | 176.33 | 77.59 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 87 | 0.21 | 0 | 0.57 | 0.21 | 81.91 | 0.52 | 0.57 |
| Hex | A0 | CA | 57 | 15 | 0 | 39 | 15 | 52 | 34 | 39 |
| Octal | 240 | 312 | 127 | 25 | 0 | 71 | 25 | 122 | 64 | 71 |
| Binary | 10100000 | 11001010 | 1010111 | 10101 | 0 | 111001 | 10101 | 1010010 | 110100 | 111001 |
Color Harmonies of #A0CA57
Complementary color
Monochromatic Colors of #A0CA57
Black with #A0CA57
Text Example
Text Example
White with #A0CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA57; }
p { color: rgb(160,202,87); }
H1.HeaderClassName
{
color: #A0CA57;
}
.AnyTagClassName
{
color: #A0CA57;
}
</style>
background-color css
<style>
a { background-color: #A0CA57; }
a { background-color: rgb(160,202,87); }
div.DivClassName
{
background-color: #A0CA57;
}
.BgClassName
{
background-color: #A0CA57;
}
</style>
border-color css
<style>
span { border-color: #A0CA57; }
span { border-color: rgb(160,202,87); }
td.TdClassName
{
border-color: #A0CA57;
}
.TagClassName
{
border-color: #A0CA57;
}
</style>