Shades of Conifer #A2D95E
Tints of Conifer #A2D95E
RGB
CMYK
RGB Variations
Color information
#A2D95E (or 0xA2D95E) is known color: Conifer. HEX triplet: A2, D9 and 5E. RGB value is (162,217,94). Sum of RGB (Red+Green+Blue) = 162+217+94=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D95E is #5D26A1. Grayscale: #BABABA. Windows color (decimal): -6104738 or 6216098. OLE color: 6216098.
HSL color Cylindrical-coordinate representation of color #A2D95E: hue angle of 86.83º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2D95E is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 94 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.15 |
| HSL | 86.83º | 0.62% | 0.61% | - |
| HSV(B) | 86.83º | 0.57% | 0.85% | - |
| XYZ | 41.73 | 58.12 | 19.61 | - |
| YUV | 186.53 | 75.78 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 94 | 0.25 | 0 | 0.57 | 0.15 | 86.83 | 0.62 | 0.61 |
| Hex | A2 | D9 | 5E | 19 | 0 | 39 | F | 57 | 3E | 3D |
| Octal | 242 | 331 | 136 | 31 | 0 | 71 | 17 | 127 | 76 | 75 |
| Binary | 10100010 | 11011001 | 1011110 | 11001 | 0 | 111001 | 1111 | 1010111 | 111110 | 111101 |
Color Harmonies of #A2D95E
Complementary color
Monochromatic Colors of #A2D95E
Black with #A2D95E
Text Example
Text Example
White with #A2D95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D95E; }
p { color: rgb(162,217,94); }
H1.HeaderClassName
{
color: #A2D95E;
}
.AnyTagClassName
{
color: #A2D95E;
}
</style>
background-color css
<style>
a { background-color: #A2D95E; }
a { background-color: rgb(162,217,94); }
div.DivClassName
{
background-color: #A2D95E;
}
.BgClassName
{
background-color: #A2D95E;
}
</style>
border-color css
<style>
span { border-color: #A2D95E; }
span { border-color: rgb(162,217,94); }
td.TdClassName
{
border-color: #A2D95E;
}
.TagClassName
{
border-color: #A2D95E;
}
</style>