Shades of Conifer #A2E14A
Tints of Conifer #A2E14A
RGB
CMYK
RGB Variations
Color information
#A2E14A (or 0xA2E14A) is known color: Conifer. HEX triplet: A2, E1 and 4A. RGB value is (162,225,74). Sum of RGB (Red+Green+Blue) = 162+225+74=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E14A is #5D1EB5. Grayscale: #BDBDBD. Windows color (decimal): -6102710 or 4907426. OLE color: 4907426.
HSL color Cylindrical-coordinate representation of color #A2E14A: hue angle of 85.03º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2E14A is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 74 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.12 |
| HSL | 85.03º | 0.72% | 0.59% | - |
| HSV(B) | 85.03º | 0.67% | 0.88% | - |
| XYZ | 43.06 | 62.03 | 16.18 | - |
| YUV | 188.95 | 63.13 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 74 | 0.28 | 0 | 0.67 | 0.12 | 85.03 | 0.72 | 0.59 |
| Hex | A2 | E1 | 4A | 1C | 0 | 43 | C | 55 | 48 | 3B |
| Octal | 242 | 341 | 112 | 34 | 0 | 103 | 14 | 125 | 110 | 73 |
| Binary | 10100010 | 11100001 | 1001010 | 11100 | 0 | 1000011 | 1100 | 1010101 | 1001000 | 111011 |
Color Harmonies of #A2E14A
Complementary color
Monochromatic Colors of #A2E14A
Black with #A2E14A
Text Example
Text Example
White with #A2E14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E14A; }
p { color: rgb(162,225,74); }
H1.HeaderClassName
{
color: #A2E14A;
}
.AnyTagClassName
{
color: #A2E14A;
}
</style>
background-color css
<style>
a { background-color: #A2E14A; }
a { background-color: rgb(162,225,74); }
div.DivClassName
{
background-color: #A2E14A;
}
.BgClassName
{
background-color: #A2E14A;
}
</style>
border-color css
<style>
span { border-color: #A2E14A; }
span { border-color: rgb(162,225,74); }
td.TdClassName
{
border-color: #A2E14A;
}
.TagClassName
{
border-color: #A2E14A;
}
</style>