Shades of Conifer #A2D85A
Tints of Conifer #A2D85A
RGB
CMYK
RGB Variations
Color information
#A2D85A (or 0xA2D85A) is known color: Conifer. HEX triplet: A2, D8 and 5A. RGB value is (162,216,90). Sum of RGB (Red+Green+Blue) = 162+216+90=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D85A is #5D27A5. Grayscale: #B9B9B9. Windows color (decimal): -6104998 or 5953698. OLE color: 5953698.
HSL color Cylindrical-coordinate representation of color #A2D85A: hue angle of 85.71º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2D85A is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 90 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.15 |
| HSL | 85.71º | 0.62% | 0.6% | - |
| HSV(B) | 85.71º | 0.58% | 0.85% | - |
| XYZ | 41.3 | 57.53 | 18.6 | - |
| YUV | 185.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 90 | 0.25 | 0 | 0.58 | 0.15 | 85.71 | 0.62 | 0.6 |
| Hex | A2 | D8 | 5A | 19 | 0 | 3A | F | 56 | 3E | 3C |
| Octal | 242 | 330 | 132 | 31 | 0 | 72 | 17 | 126 | 76 | 74 |
| Binary | 10100010 | 11011000 | 1011010 | 11001 | 0 | 111010 | 1111 | 1010110 | 111110 | 111100 |
Color Harmonies of #A2D85A
Complementary color
Monochromatic Colors of #A2D85A
Black with #A2D85A
Text Example
Text Example
White with #A2D85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D85A; }
p { color: rgb(162,216,90); }
H1.HeaderClassName
{
color: #A2D85A;
}
.AnyTagClassName
{
color: #A2D85A;
}
</style>
background-color css
<style>
a { background-color: #A2D85A; }
a { background-color: rgb(162,216,90); }
div.DivClassName
{
background-color: #A2D85A;
}
.BgClassName
{
background-color: #A2D85A;
}
</style>
border-color css
<style>
span { border-color: #A2D85A; }
span { border-color: rgb(162,216,90); }
td.TdClassName
{
border-color: #A2D85A;
}
.TagClassName
{
border-color: #A2D85A;
}
</style>