Shades of Conifer #A2D85F
Tints of Conifer #A2D85F
RGB
CMYK
RGB Variations
Color information
#A2D85F (or 0xA2D85F) is known color: Conifer. HEX triplet: A2, D8 and 5F. RGB value is (162,216,95). Sum of RGB (Red+Green+Blue) = 162+216+95=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D85F is #5D27A0. Grayscale: #BABABA. Windows color (decimal): -6104993 or 6281378. OLE color: 6281378.
HSL color Cylindrical-coordinate representation of color #A2D85F: hue angle of 86.78º degrees, saturation: 0.61, 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 #A2D85F is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 95 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.15 |
| HSL | 86.78º | 0.61% | 0.61% | - |
| HSV(B) | 86.78º | 0.56% | 0.85% | - |
| XYZ | 41.52 | 57.62 | 19.76 | - |
| YUV | 186.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 95 | 0.25 | 0 | 0.56 | 0.15 | 86.78 | 0.61 | 0.61 |
| Hex | A2 | D8 | 5F | 19 | 0 | 38 | F | 57 | 3D | 3D |
| Octal | 242 | 330 | 137 | 31 | 0 | 70 | 17 | 127 | 75 | 75 |
| Binary | 10100010 | 11011000 | 1011111 | 11001 | 0 | 111000 | 1111 | 1010111 | 111101 | 111101 |
Color Harmonies of #A2D85F
Complementary color
Monochromatic Colors of #A2D85F
Black with #A2D85F
Text Example
Text Example
White with #A2D85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D85F; }
p { color: rgb(162,216,95); }
H1.HeaderClassName
{
color: #A2D85F;
}
.AnyTagClassName
{
color: #A2D85F;
}
</style>
background-color css
<style>
a { background-color: #A2D85F; }
a { background-color: rgb(162,216,95); }
div.DivClassName
{
background-color: #A2D85F;
}
.BgClassName
{
background-color: #A2D85F;
}
</style>
border-color css
<style>
span { border-color: #A2D85F; }
span { border-color: rgb(162,216,95); }
td.TdClassName
{
border-color: #A2D85F;
}
.TagClassName
{
border-color: #A2D85F;
}
</style>