Shades of Conifer #A2D15F
Tints of Conifer #A2D15F
RGB
CMYK
RGB Variations
Color information
#A2D15F (or 0xA2D15F) is known color: Conifer. HEX triplet: A2, D1 and 5F. RGB value is (162,209,95). Sum of RGB (Red+Green+Blue) = 162+209+95=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D15F is #5D2EA0. Grayscale: #B6B6B6. Windows color (decimal): -6106785 or 6279586. OLE color: 6279586.
HSL color Cylindrical-coordinate representation of color #A2D15F: hue angle of 84.74º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2D15F is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 95 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.18 |
| HSL | 84.74º | 0.55% | 0.6% | - |
| HSV(B) | 84.74º | 0.55% | 0.82% | - |
| XYZ | 39.77 | 54.11 | 19.17 | - |
| YUV | 181.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 95 | 0.22 | 0 | 0.55 | 0.18 | 84.74 | 0.55 | 0.6 |
| Hex | A2 | D1 | 5F | 16 | 0 | 37 | 12 | 55 | 37 | 3C |
| Octal | 242 | 321 | 137 | 26 | 0 | 67 | 22 | 125 | 67 | 74 |
| Binary | 10100010 | 11010001 | 1011111 | 10110 | 0 | 110111 | 10010 | 1010101 | 110111 | 111100 |
Color Harmonies of #A2D15F
Complementary color
Monochromatic Colors of #A2D15F
Black with #A2D15F
Text Example
Text Example
White with #A2D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D15F; }
p { color: rgb(162,209,95); }
H1.HeaderClassName
{
color: #A2D15F;
}
.AnyTagClassName
{
color: #A2D15F;
}
</style>
background-color css
<style>
a { background-color: #A2D15F; }
a { background-color: rgb(162,209,95); }
div.DivClassName
{
background-color: #A2D15F;
}
.BgClassName
{
background-color: #A2D15F;
}
</style>
border-color css
<style>
span { border-color: #A2D15F; }
span { border-color: rgb(162,209,95); }
td.TdClassName
{
border-color: #A2D15F;
}
.TagClassName
{
border-color: #A2D15F;
}
</style>