Shades of Conifer #A2CA52
Tints of Conifer #A2CA52
RGB
CMYK
RGB Variations
Color information
#A2CA52 (or 0xA2CA52) is known color: Conifer. HEX triplet: A2, CA and 52. RGB value is (162,202,82). Sum of RGB (Red+Green+Blue) = 162+202+82=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA52 is #5D35AD. Grayscale: #B0B0B0. Windows color (decimal): -6108590 or 5425826. OLE color: 5425826.
HSL color Cylindrical-coordinate representation of color #A2CA52: hue angle of 80º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2CA52 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 82 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.21 |
| HSL | 80º | 0.53% | 0.56% | - |
| HSV(B) | 80º | 0.59% | 0.79% | - |
| XYZ | 37.54 | 50.53 | 15.76 | - |
| YUV | 176.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 82 | 0.20 | 0 | 0.59 | 0.21 | 80 | 0.53 | 0.56 |
| Hex | A2 | CA | 52 | 14 | 0 | 3B | 15 | 50 | 35 | 38 |
| Octal | 242 | 312 | 122 | 24 | 0 | 73 | 25 | 120 | 65 | 70 |
| Binary | 10100010 | 11001010 | 1010010 | 10100 | 0 | 111011 | 10101 | 1010000 | 110101 | 111000 |
Color Harmonies of #A2CA52
Complementary color
Monochromatic Colors of #A2CA52
Black with #A2CA52
Text Example
Text Example
White with #A2CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA52; }
p { color: rgb(162,202,82); }
H1.HeaderClassName
{
color: #A2CA52;
}
.AnyTagClassName
{
color: #A2CA52;
}
</style>
background-color css
<style>
a { background-color: #A2CA52; }
a { background-color: rgb(162,202,82); }
div.DivClassName
{
background-color: #A2CA52;
}
.BgClassName
{
background-color: #A2CA52;
}
</style>
border-color css
<style>
span { border-color: #A2CA52; }
span { border-color: rgb(162,202,82); }
td.TdClassName
{
border-color: #A2CA52;
}
.TagClassName
{
border-color: #A2CA52;
}
</style>