Shades of Conifer #A2E04D
Tints of Conifer #A2E04D
RGB
CMYK
RGB Variations
Color information
#A2E04D (or 0xA2E04D) is known color: Conifer. HEX triplet: A2, E0 and 4D. RGB value is (162,224,77). Sum of RGB (Red+Green+Blue) = 162+224+77=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E04D is #5D1FB2. Grayscale: #BDBDBD. Windows color (decimal): -6102963 or 5103778. OLE color: 5103778.
HSL color Cylindrical-coordinate representation of color #A2E04D: hue angle of 85.31º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2E04D is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 77 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.12 |
| HSL | 85.31º | 0.7% | 0.59% | - |
| HSV(B) | 85.31º | 0.66% | 0.88% | - |
| XYZ | 42.9 | 61.53 | 16.64 | - |
| YUV | 188.7 | 64.96 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 77 | 0.28 | 0 | 0.66 | 0.12 | 85.31 | 0.7 | 0.59 |
| Hex | A2 | E0 | 4D | 1C | 0 | 42 | C | 55 | 46 | 3B |
| Octal | 242 | 340 | 115 | 34 | 0 | 102 | 14 | 125 | 106 | 73 |
| Binary | 10100010 | 11100000 | 1001101 | 11100 | 0 | 1000010 | 1100 | 1010101 | 1000110 | 111011 |
Color Harmonies of #A2E04D
Complementary color
Monochromatic Colors of #A2E04D
Black with #A2E04D
Text Example
Text Example
White with #A2E04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E04D; }
p { color: rgb(162,224,77); }
H1.HeaderClassName
{
color: #A2E04D;
}
.AnyTagClassName
{
color: #A2E04D;
}
</style>
background-color css
<style>
a { background-color: #A2E04D; }
a { background-color: rgb(162,224,77); }
div.DivClassName
{
background-color: #A2E04D;
}
.BgClassName
{
background-color: #A2E04D;
}
</style>
border-color css
<style>
span { border-color: #A2E04D; }
span { border-color: rgb(162,224,77); }
td.TdClassName
{
border-color: #A2E04D;
}
.TagClassName
{
border-color: #A2E04D;
}
</style>