Shades of Conifer #A2E04A
Tints of Conifer #A2E04A
RGB
CMYK
RGB Variations
Color information
#A2E04A (or 0xA2E04A) is known color: Conifer. HEX triplet: A2, E0 and 4A. RGB value is (162,224,74). Sum of RGB (Red+Green+Blue) = 162+224+74=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E04A is #5D1FB5. Grayscale: #BCBCBC. Windows color (decimal): -6102966 or 4907170. OLE color: 4907170.
HSL color Cylindrical-coordinate representation of color #A2E04A: hue angle of 84.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2E04A is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 74 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.12 |
| HSL | 84.8º | 0.71% | 0.58% | - |
| HSV(B) | 84.8º | 0.67% | 0.88% | - |
| XYZ | 42.79 | 61.49 | 16.09 | - |
| YUV | 188.36 | 63.46 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 74 | 0.28 | 0 | 0.67 | 0.12 | 84.8 | 0.71 | 0.58 |
| Hex | A2 | E0 | 4A | 1C | 0 | 43 | C | 55 | 47 | 3A |
| Octal | 242 | 340 | 112 | 34 | 0 | 103 | 14 | 125 | 107 | 72 |
| Binary | 10100010 | 11100000 | 1001010 | 11100 | 0 | 1000011 | 1100 | 1010101 | 1000111 | 111010 |
Color Harmonies of #A2E04A
Complementary color
Monochromatic Colors of #A2E04A
Black with #A2E04A
Text Example
Text Example
White with #A2E04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E04A; }
p { color: rgb(162,224,74); }
H1.HeaderClassName
{
color: #A2E04A;
}
.AnyTagClassName
{
color: #A2E04A;
}
</style>
background-color css
<style>
a { background-color: #A2E04A; }
a { background-color: rgb(162,224,74); }
div.DivClassName
{
background-color: #A2E04A;
}
.BgClassName
{
background-color: #A2E04A;
}
</style>
border-color css
<style>
span { border-color: #A2E04A; }
span { border-color: rgb(162,224,74); }
td.TdClassName
{
border-color: #A2E04A;
}
.TagClassName
{
border-color: #A2E04A;
}
</style>