Shades of Conifer #A2C55A
Tints of Conifer #A2C55A
RGB
CMYK
RGB Variations
Color information
#A2C55A (or 0xA2C55A) is known color: Conifer. HEX triplet: A2, C5 and 5A. RGB value is (162,197,90). Sum of RGB (Red+Green+Blue) = 162+197+90=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C55A is #5D3AA5. Grayscale: #AEAEAE. Windows color (decimal): -6109862 or 5948834. OLE color: 5948834.
HSL color Cylindrical-coordinate representation of color #A2C55A: hue angle of 79.63º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2C55A is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 90 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.23 |
| HSL | 79.63º | 0.48% | 0.56% | - |
| HSV(B) | 79.63º | 0.54% | 0.77% | - |
| XYZ | 36.71 | 48.35 | 17.07 | - |
| YUV | 174.34 | 80.4 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 90 | 0.18 | 0 | 0.54 | 0.23 | 79.63 | 0.48 | 0.56 |
| Hex | A2 | C5 | 5A | 12 | 0 | 36 | 17 | 50 | 30 | 38 |
| Octal | 242 | 305 | 132 | 22 | 0 | 66 | 27 | 120 | 60 | 70 |
| Binary | 10100010 | 11000101 | 1011010 | 10010 | 0 | 110110 | 10111 | 1010000 | 110000 | 111000 |
Color Harmonies of #A2C55A
Complementary color
Monochromatic Colors of #A2C55A
Black with #A2C55A
Text Example
Text Example
White with #A2C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C55A; }
p { color: rgb(162,197,90); }
H1.HeaderClassName
{
color: #A2C55A;
}
.AnyTagClassName
{
color: #A2C55A;
}
</style>
background-color css
<style>
a { background-color: #A2C55A; }
a { background-color: rgb(162,197,90); }
div.DivClassName
{
background-color: #A2C55A;
}
.BgClassName
{
background-color: #A2C55A;
}
</style>
border-color css
<style>
span { border-color: #A2C55A; }
span { border-color: rgb(162,197,90); }
td.TdClassName
{
border-color: #A2C55A;
}
.TagClassName
{
border-color: #A2C55A;
}
</style>