Shades of Conifer #A2E34A
Tints of Conifer #A2E34A
RGB
CMYK
RGB Variations
Color information
#A2E34A (or 0xA2E34A) is known color: Conifer. HEX triplet: A2, E3 and 4A. RGB value is (162,227,74). Sum of RGB (Red+Green+Blue) = 162+227+74=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E34A is #5D1CB5. Grayscale: #BEBEBE. Windows color (decimal): -6102198 or 4907938. OLE color: 4907938.
HSL color Cylindrical-coordinate representation of color #A2E34A: hue angle of 85.49º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2E34A is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 74 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.11 |
| HSL | 85.49º | 0.73% | 0.59% | - |
| HSV(B) | 85.49º | 0.67% | 0.89% | - |
| XYZ | 43.61 | 63.11 | 16.36 | - |
| YUV | 190.12 | 62.47 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 74 | 0.29 | 0 | 0.67 | 0.11 | 85.49 | 0.73 | 0.59 |
| Hex | A2 | E3 | 4A | 1D | 0 | 43 | B | 55 | 49 | 3B |
| Octal | 242 | 343 | 112 | 35 | 0 | 103 | 13 | 125 | 111 | 73 |
| Binary | 10100010 | 11100011 | 1001010 | 11101 | 0 | 1000011 | 1011 | 1010101 | 1001001 | 111011 |
Color Harmonies of #A2E34A
Complementary color
Monochromatic Colors of #A2E34A
Black with #A2E34A
Text Example
Text Example
White with #A2E34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E34A; }
p { color: rgb(162,227,74); }
H1.HeaderClassName
{
color: #A2E34A;
}
.AnyTagClassName
{
color: #A2E34A;
}
</style>
background-color css
<style>
a { background-color: #A2E34A; }
a { background-color: rgb(162,227,74); }
div.DivClassName
{
background-color: #A2E34A;
}
.BgClassName
{
background-color: #A2E34A;
}
</style>
border-color css
<style>
span { border-color: #A2E34A; }
span { border-color: rgb(162,227,74); }
td.TdClassName
{
border-color: #A2E34A;
}
.TagClassName
{
border-color: #A2E34A;
}
</style>