Shades of Conifer #A2D25A
Tints of Conifer #A2D25A
RGB
CMYK
RGB Variations
Color information
#A2D25A (or 0xA2D25A) is known color: Conifer. HEX triplet: A2, D2 and 5A. RGB value is (162,210,90). Sum of RGB (Red+Green+Blue) = 162+210+90=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D25A is #5D2DA5. Grayscale: #B6B6B6. Windows color (decimal): -6106534 or 5952162. OLE color: 5952162.
HSL color Cylindrical-coordinate representation of color #A2D25A: hue angle of 84º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2D25A is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 90 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.18 |
| HSL | 84º | 0.57% | 0.59% | - |
| HSV(B) | 84º | 0.57% | 0.82% | - |
| XYZ | 39.79 | 54.51 | 18.1 | - |
| YUV | 181.97 | 76.1 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 90 | 0.23 | 0 | 0.57 | 0.18 | 84 | 0.57 | 0.59 |
| Hex | A2 | D2 | 5A | 17 | 0 | 39 | 12 | 54 | 39 | 3B |
| Octal | 242 | 322 | 132 | 27 | 0 | 71 | 22 | 124 | 71 | 73 |
| Binary | 10100010 | 11010010 | 1011010 | 10111 | 0 | 111001 | 10010 | 1010100 | 111001 | 111011 |
Color Harmonies of #A2D25A
Complementary color
Monochromatic Colors of #A2D25A
Black with #A2D25A
Text Example
Text Example
White with #A2D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D25A; }
p { color: rgb(162,210,90); }
H1.HeaderClassName
{
color: #A2D25A;
}
.AnyTagClassName
{
color: #A2D25A;
}
</style>
background-color css
<style>
a { background-color: #A2D25A; }
a { background-color: rgb(162,210,90); }
div.DivClassName
{
background-color: #A2D25A;
}
.BgClassName
{
background-color: #A2D25A;
}
</style>
border-color css
<style>
span { border-color: #A2D25A; }
span { border-color: rgb(162,210,90); }
td.TdClassName
{
border-color: #A2D25A;
}
.TagClassName
{
border-color: #A2D25A;
}
</style>