Shades of Conifer #A2CA54
Tints of Conifer #A2CA54
RGB
CMYK
RGB Variations
Color information
#A2CA54 (or 0xA2CA54) is known color: Conifer. HEX triplet: A2, CA and 54. RGB value is (162,202,84). Sum of RGB (Red+Green+Blue) = 162+202+84=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA54 is #5D35AB. Grayscale: #B1B1B1. Windows color (decimal): -6108588 or 5556898. OLE color: 5556898.
HSL color Cylindrical-coordinate representation of color #A2CA54: hue angle of 80.34º degrees, saturation: 0.53, 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 #A2CA54 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 84 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.21 |
| HSL | 80.34º | 0.53% | 0.56% | - |
| HSV(B) | 80.34º | 0.58% | 0.79% | - |
| XYZ | 37.62 | 50.56 | 16.16 | - |
| YUV | 176.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 84 | 0.20 | 0 | 0.58 | 0.21 | 80.34 | 0.53 | 0.56 |
| Hex | A2 | CA | 54 | 14 | 0 | 3A | 15 | 50 | 35 | 38 |
| Octal | 242 | 312 | 124 | 24 | 0 | 72 | 25 | 120 | 65 | 70 |
| Binary | 10100010 | 11001010 | 1010100 | 10100 | 0 | 111010 | 10101 | 1010000 | 110101 | 111000 |
Color Harmonies of #A2CA54
Complementary color
Monochromatic Colors of #A2CA54
Black with #A2CA54
Text Example
Text Example
White with #A2CA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA54; }
p { color: rgb(162,202,84); }
H1.HeaderClassName
{
color: #A2CA54;
}
.AnyTagClassName
{
color: #A2CA54;
}
</style>
background-color css
<style>
a { background-color: #A2CA54; }
a { background-color: rgb(162,202,84); }
div.DivClassName
{
background-color: #A2CA54;
}
.BgClassName
{
background-color: #A2CA54;
}
</style>
border-color css
<style>
span { border-color: #A2CA54; }
span { border-color: rgb(162,202,84); }
td.TdClassName
{
border-color: #A2CA54;
}
.TagClassName
{
border-color: #A2CA54;
}
</style>