Shades of Conifer #A2CA59
Tints of Conifer #A2CA59
RGB
CMYK
RGB Variations
Color information
#A2CA59 (or 0xA2CA59) is known color: Conifer. HEX triplet: A2, CA and 59. RGB value is (162,202,89). Sum of RGB (Red+Green+Blue) = 162+202+89=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA59 is #5D35A6. Grayscale: #B1B1B1. Windows color (decimal): -6108583 or 5884578. OLE color: 5884578.
HSL color Cylindrical-coordinate representation of color #A2CA59: hue angle of 81.24º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2CA59 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 89 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.21 |
| HSL | 81.24º | 0.52% | 0.57% | - |
| HSV(B) | 81.24º | 0.56% | 0.79% | - |
| XYZ | 37.82 | 50.64 | 17.23 | - |
| YUV | 177.16 | 78.25 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 89 | 0.20 | 0 | 0.56 | 0.21 | 81.24 | 0.52 | 0.57 |
| Hex | A2 | CA | 59 | 14 | 0 | 38 | 15 | 51 | 34 | 39 |
| Octal | 242 | 312 | 131 | 24 | 0 | 70 | 25 | 121 | 64 | 71 |
| Binary | 10100010 | 11001010 | 1011001 | 10100 | 0 | 111000 | 10101 | 1010001 | 110100 | 111001 |
Color Harmonies of #A2CA59
Complementary color
Monochromatic Colors of #A2CA59
Black with #A2CA59
Text Example
Text Example
White with #A2CA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA59; }
p { color: rgb(162,202,89); }
H1.HeaderClassName
{
color: #A2CA59;
}
.AnyTagClassName
{
color: #A2CA59;
}
</style>
background-color css
<style>
a { background-color: #A2CA59; }
a { background-color: rgb(162,202,89); }
div.DivClassName
{
background-color: #A2CA59;
}
.BgClassName
{
background-color: #A2CA59;
}
</style>
border-color css
<style>
span { border-color: #A2CA59; }
span { border-color: rgb(162,202,89); }
td.TdClassName
{
border-color: #A2CA59;
}
.TagClassName
{
border-color: #A2CA59;
}
</style>