Shades of Conifer #A2D15E
Tints of Conifer #A2D15E
RGB
CMYK
RGB Variations
Color information
#A2D15E (or 0xA2D15E) is known color: Conifer. HEX triplet: A2, D1 and 5E. RGB value is (162,209,94). Sum of RGB (Red+Green+Blue) = 162+209+94=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D15E is #5D2EA1. Grayscale: #B6B6B6. Windows color (decimal): -6106786 or 6214050. OLE color: 6214050.
HSL color Cylindrical-coordinate representation of color #A2D15E: hue angle of 84.52º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2D15E is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 94 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.18 |
| HSL | 84.52º | 0.56% | 0.59% | - |
| HSV(B) | 84.52º | 0.55% | 0.82% | - |
| XYZ | 39.72 | 54.09 | 18.94 | - |
| YUV | 181.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 94 | 0.22 | 0 | 0.55 | 0.18 | 84.52 | 0.56 | 0.59 |
| Hex | A2 | D1 | 5E | 16 | 0 | 37 | 12 | 55 | 38 | 3B |
| Octal | 242 | 321 | 136 | 26 | 0 | 67 | 22 | 125 | 70 | 73 |
| Binary | 10100010 | 11010001 | 1011110 | 10110 | 0 | 110111 | 10010 | 1010101 | 111000 | 111011 |
Color Harmonies of #A2D15E
Complementary color
Monochromatic Colors of #A2D15E
Black with #A2D15E
Text Example
Text Example
White with #A2D15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D15E; }
p { color: rgb(162,209,94); }
H1.HeaderClassName
{
color: #A2D15E;
}
.AnyTagClassName
{
color: #A2D15E;
}
</style>
background-color css
<style>
a { background-color: #A2D15E; }
a { background-color: rgb(162,209,94); }
div.DivClassName
{
background-color: #A2D15E;
}
.BgClassName
{
background-color: #A2D15E;
}
</style>
border-color css
<style>
span { border-color: #A2D15E; }
span { border-color: rgb(162,209,94); }
td.TdClassName
{
border-color: #A2D15E;
}
.TagClassName
{
border-color: #A2D15E;
}
</style>