Shades of Conifer #A2E45A
Tints of Conifer #A2E45A
RGB
CMYK
RGB Variations
Color information
#A2E45A (or 0xA2E45A) is known color: Conifer. HEX triplet: A2, E4 and 5A. RGB value is (162,228,90). Sum of RGB (Red+Green+Blue) = 162+228+90=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E45A is #5D1BA5. Grayscale: #C1C1C1. Windows color (decimal): -6101926 or 5956770. OLE color: 5956770.
HSL color Cylindrical-coordinate representation of color #A2E45A: hue angle of 88.7º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2E45A is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 90 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.11 |
| HSL | 88.7º | 0.72% | 0.62% | - |
| HSV(B) | 88.7º | 0.61% | 0.89% | - |
| XYZ | 44.49 | 63.91 | 19.66 | - |
| YUV | 192.53 | 70.13 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 90 | 0.29 | 0 | 0.61 | 0.11 | 88.7 | 0.72 | 0.62 |
| Hex | A2 | E4 | 5A | 1D | 0 | 3D | B | 59 | 48 | 3E |
| Octal | 242 | 344 | 132 | 35 | 0 | 75 | 13 | 131 | 110 | 76 |
| Binary | 10100010 | 11100100 | 1011010 | 11101 | 0 | 111101 | 1011 | 1011001 | 1001000 | 111110 |
Color Harmonies of #A2E45A
Complementary color
Monochromatic Colors of #A2E45A
Black with #A2E45A
Text Example
Text Example
White with #A2E45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E45A; }
p { color: rgb(162,228,90); }
H1.HeaderClassName
{
color: #A2E45A;
}
.AnyTagClassName
{
color: #A2E45A;
}
</style>
background-color css
<style>
a { background-color: #A2E45A; }
a { background-color: rgb(162,228,90); }
div.DivClassName
{
background-color: #A2E45A;
}
.BgClassName
{
background-color: #A2E45A;
}
</style>
border-color css
<style>
span { border-color: #A2E45A; }
span { border-color: rgb(162,228,90); }
td.TdClassName
{
border-color: #A2E45A;
}
.TagClassName
{
border-color: #A2E45A;
}
</style>