Shades of Conifer #A2D95F
Tints of Conifer #A2D95F
RGB
CMYK
RGB Variations
Color information
#A2D95F (or 0xA2D95F) is known color: Conifer. HEX triplet: A2, D9 and 5F. RGB value is (162,217,95). Sum of RGB (Red+Green+Blue) = 162+217+95=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D95F is #5D26A0. Grayscale: #BBBBBB. Windows color (decimal): -6104737 or 6281634. OLE color: 6281634.
HSL color Cylindrical-coordinate representation of color #A2D95F: hue angle of 87.05º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2D95F is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 95 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.15 |
| HSL | 87.05º | 0.62% | 0.61% | - |
| HSV(B) | 87.05º | 0.56% | 0.85% | - |
| XYZ | 41.78 | 58.13 | 19.85 | - |
| YUV | 186.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 95 | 0.25 | 0 | 0.56 | 0.15 | 87.05 | 0.62 | 0.61 |
| Hex | A2 | D9 | 5F | 19 | 0 | 38 | F | 57 | 3E | 3D |
| Octal | 242 | 331 | 137 | 31 | 0 | 70 | 17 | 127 | 76 | 75 |
| Binary | 10100010 | 11011001 | 1011111 | 11001 | 0 | 111000 | 1111 | 1010111 | 111110 | 111101 |
Color Harmonies of #A2D95F
Complementary color
Monochromatic Colors of #A2D95F
Black with #A2D95F
Text Example
Text Example
White with #A2D95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D95F; }
p { color: rgb(162,217,95); }
H1.HeaderClassName
{
color: #A2D95F;
}
.AnyTagClassName
{
color: #A2D95F;
}
</style>
background-color css
<style>
a { background-color: #A2D95F; }
a { background-color: rgb(162,217,95); }
div.DivClassName
{
background-color: #A2D95F;
}
.BgClassName
{
background-color: #A2D95F;
}
</style>
border-color css
<style>
span { border-color: #A2D95F; }
span { border-color: rgb(162,217,95); }
td.TdClassName
{
border-color: #A2D95F;
}
.TagClassName
{
border-color: #A2D95F;
}
</style>