Shades of Conifer #AAE05A
Tints of Conifer #AAE05A
RGB
CMYK
RGB Variations
Color information
#AAE05A (or 0xAAE05A) is known color: Conifer. HEX triplet: AA, E0 and 5A. RGB value is (170,224,90). Sum of RGB (Red+Green+Blue) = 170+224+90=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE05A is #551FA5. Grayscale: #C1C1C1. Windows color (decimal): -5578662 or 5955754. OLE color: 5955754.
HSL color Cylindrical-coordinate representation of color #AAE05A: hue angle of 84.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAE05A is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 90 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.12 |
| HSL | 84.18º | 0.68% | 0.62% | - |
| HSV(B) | 84.18º | 0.6% | 0.88% | - |
| XYZ | 45.08 | 62.6 | 19.38 | - |
| YUV | 192.58 | 70.11 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 90 | 0.24 | 0 | 0.60 | 0.12 | 84.18 | 0.68 | 0.62 |
| Hex | AA | E0 | 5A | 18 | 0 | 3C | C | 54 | 44 | 3E |
| Octal | 252 | 340 | 132 | 30 | 0 | 74 | 14 | 124 | 104 | 76 |
| Binary | 10101010 | 11100000 | 1011010 | 11000 | 0 | 111100 | 1100 | 1010100 | 1000100 | 111110 |
Color Harmonies of #AAE05A
Complementary color
Monochromatic Colors of #AAE05A
Black with #AAE05A
Text Example
Text Example
White with #AAE05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE05A; }
p { color: rgb(170,224,90); }
H1.HeaderClassName
{
color: #AAE05A;
}
.AnyTagClassName
{
color: #AAE05A;
}
</style>
background-color css
<style>
a { background-color: #AAE05A; }
a { background-color: rgb(170,224,90); }
div.DivClassName
{
background-color: #AAE05A;
}
.BgClassName
{
background-color: #AAE05A;
}
</style>
border-color css
<style>
span { border-color: #AAE05A; }
span { border-color: rgb(170,224,90); }
td.TdClassName
{
border-color: #AAE05A;
}
.TagClassName
{
border-color: #AAE05A;
}
</style>