Shades of Conifer #AAE45A
Tints of Conifer #AAE45A
RGB
CMYK
RGB Variations
Color information
#AAE45A (or 0xAAE45A) is known color: Conifer. HEX triplet: AA, E4 and 5A. RGB value is (170,228,90). Sum of RGB (Red+Green+Blue) = 170+228+90=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE45A is #551BA5. Grayscale: #C3C3C3. Windows color (decimal): -5577638 or 5956778. OLE color: 5956778.
HSL color Cylindrical-coordinate representation of color #AAE45A: hue angle of 85.22º 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 #AAE45A is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 90 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.11 |
| HSL | 85.22º | 0.72% | 0.62% | - |
| HSV(B) | 85.22º | 0.61% | 0.89% | - |
| XYZ | 46.17 | 64.77 | 19.74 | - |
| YUV | 194.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 90 | 0.25 | 0 | 0.61 | 0.11 | 85.22 | 0.72 | 0.62 |
| Hex | AA | E4 | 5A | 19 | 0 | 3D | B | 55 | 48 | 3E |
| Octal | 252 | 344 | 132 | 31 | 0 | 75 | 13 | 125 | 110 | 76 |
| Binary | 10101010 | 11100100 | 1011010 | 11001 | 0 | 111101 | 1011 | 1010101 | 1001000 | 111110 |
Color Harmonies of #AAE45A
Complementary color
Monochromatic Colors of #AAE45A
Black with #AAE45A
Text Example
Text Example
White with #AAE45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE45A; }
p { color: rgb(170,228,90); }
H1.HeaderClassName
{
color: #AAE45A;
}
.AnyTagClassName
{
color: #AAE45A;
}
</style>
background-color css
<style>
a { background-color: #AAE45A; }
a { background-color: rgb(170,228,90); }
div.DivClassName
{
background-color: #AAE45A;
}
.BgClassName
{
background-color: #AAE45A;
}
</style>
border-color css
<style>
span { border-color: #AAE45A; }
span { border-color: rgb(170,228,90); }
td.TdClassName
{
border-color: #AAE45A;
}
.TagClassName
{
border-color: #AAE45A;
}
</style>