Shades of Conifer #A2D559
Tints of Conifer #A2D559
RGB
CMYK
RGB Variations
Color information
#A2D559 (or 0xA2D559) is known color: Conifer. HEX triplet: A2, D5 and 59. RGB value is (162,213,89). Sum of RGB (Red+Green+Blue) = 162+213+89=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D559 is #5D2AA6. Grayscale: #B8B8B8. Windows color (decimal): -6105767 or 5887394. OLE color: 5887394.
HSL color Cylindrical-coordinate representation of color #A2D559: hue angle of 84.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2D559 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 89 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.16 |
| HSL | 84.68º | 0.6% | 0.59% | - |
| HSV(B) | 84.68º | 0.58% | 0.84% | - |
| XYZ | 40.5 | 55.99 | 18.12 | - |
| YUV | 183.62 | 74.6 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 89 | 0.24 | 0 | 0.58 | 0.16 | 84.68 | 0.6 | 0.59 |
| Hex | A2 | D5 | 59 | 18 | 0 | 3A | 10 | 55 | 3C | 3B |
| Octal | 242 | 325 | 131 | 30 | 0 | 72 | 20 | 125 | 74 | 73 |
| Binary | 10100010 | 11010101 | 1011001 | 11000 | 0 | 111010 | 10000 | 1010101 | 111100 | 111011 |
Color Harmonies of #A2D559
Complementary color
Monochromatic Colors of #A2D559
Black with #A2D559
Text Example
Text Example
White with #A2D559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D559; }
p { color: rgb(162,213,89); }
H1.HeaderClassName
{
color: #A2D559;
}
.AnyTagClassName
{
color: #A2D559;
}
</style>
background-color css
<style>
a { background-color: #A2D559; }
a { background-color: rgb(162,213,89); }
div.DivClassName
{
background-color: #A2D559;
}
.BgClassName
{
background-color: #A2D559;
}
</style>
border-color css
<style>
span { border-color: #A2D559; }
span { border-color: rgb(162,213,89); }
td.TdClassName
{
border-color: #A2D559;
}
.TagClassName
{
border-color: #A2D559;
}
</style>