Shades of Conifer #AAE55E
Tints of Conifer #AAE55E
RGB
CMYK
RGB Variations
Color information
#AAE55E (or 0xAAE55E) is known color: Conifer. HEX triplet: AA, E5 and 5E. RGB value is (170,229,94). Sum of RGB (Red+Green+Blue) = 170+229+94=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE55E is #551AA1. Grayscale: #C4C4C4. Windows color (decimal): -5577378 or 6219178. OLE color: 6219178.
HSL color Cylindrical-coordinate representation of color #AAE55E: hue angle of 86.22º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAE55E is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 94 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.10 |
| HSL | 86.22º | 0.72% | 0.63% | - |
| HSV(B) | 86.22º | 0.59% | 0.9% | - |
| XYZ | 46.62 | 65.39 | 20.75 | - |
| YUV | 195.97 | 70.45 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 94 | 0.26 | 0 | 0.59 | 0.10 | 86.22 | 0.72 | 0.63 |
| Hex | AA | E5 | 5E | 1A | 0 | 3B | A | 56 | 48 | 3F |
| Octal | 252 | 345 | 136 | 32 | 0 | 73 | 12 | 126 | 110 | 77 |
| Binary | 10101010 | 11100101 | 1011110 | 11010 | 0 | 111011 | 1010 | 1010110 | 1001000 | 111111 |
Color Harmonies of #AAE55E
Complementary color
Monochromatic Colors of #AAE55E
Black with #AAE55E
Text Example
Text Example
White with #AAE55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE55E; }
p { color: rgb(170,229,94); }
H1.HeaderClassName
{
color: #AAE55E;
}
.AnyTagClassName
{
color: #AAE55E;
}
</style>
background-color css
<style>
a { background-color: #AAE55E; }
a { background-color: rgb(170,229,94); }
div.DivClassName
{
background-color: #AAE55E;
}
.BgClassName
{
background-color: #AAE55E;
}
</style>
border-color css
<style>
span { border-color: #AAE55E; }
span { border-color: rgb(170,229,94); }
td.TdClassName
{
border-color: #AAE55E;
}
.TagClassName
{
border-color: #AAE55E;
}
</style>