Shades of Conifer #A2CA5C
Tints of Conifer #A2CA5C
RGB
CMYK
RGB Variations
Color information
#A2CA5C (or 0xA2CA5C) is known color: Conifer. HEX triplet: A2, CA and 5C. RGB value is (162,202,92). Sum of RGB (Red+Green+Blue) = 162+202+92=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA5C is #5D35A3. Grayscale: #B1B1B1. Windows color (decimal): -6108580 or 6081186. OLE color: 6081186.
HSL color Cylindrical-coordinate representation of color #A2CA5C: hue angle of 81.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2CA5C is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 92 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.21 |
| HSL | 81.82º | 0.51% | 0.58% | - |
| HSV(B) | 81.82º | 0.54% | 0.79% | - |
| XYZ | 37.95 | 50.7 | 17.91 | - |
| YUV | 177.5 | 79.75 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 92 | 0.20 | 0 | 0.54 | 0.21 | 81.82 | 0.51 | 0.58 |
| Hex | A2 | CA | 5C | 14 | 0 | 36 | 15 | 52 | 33 | 3A |
| Octal | 242 | 312 | 134 | 24 | 0 | 66 | 25 | 122 | 63 | 72 |
| Binary | 10100010 | 11001010 | 1011100 | 10100 | 0 | 110110 | 10101 | 1010010 | 110011 | 111010 |
Color Harmonies of #A2CA5C
Complementary color
Monochromatic Colors of #A2CA5C
Black with #A2CA5C
Text Example
Text Example
White with #A2CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA5C; }
p { color: rgb(162,202,92); }
H1.HeaderClassName
{
color: #A2CA5C;
}
.AnyTagClassName
{
color: #A2CA5C;
}
</style>
background-color css
<style>
a { background-color: #A2CA5C; }
a { background-color: rgb(162,202,92); }
div.DivClassName
{
background-color: #A2CA5C;
}
.BgClassName
{
background-color: #A2CA5C;
}
</style>
border-color css
<style>
span { border-color: #A2CA5C; }
span { border-color: rgb(162,202,92); }
td.TdClassName
{
border-color: #A2CA5C;
}
.TagClassName
{
border-color: #A2CA5C;
}
</style>