Shades of Conifer #AAE03E
Tints of Conifer #AAE03E
RGB
CMYK
RGB Variations
Color information
#AAE03E (or 0xAAE03E) is known color: Conifer. HEX triplet: AA, E0 and 3E. RGB value is (170,224,62). Sum of RGB (Red+Green+Blue) = 170+224+62=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE03E is #551FC1. Grayscale: #BDBDBD. Windows color (decimal): -5578690 or 4120746. OLE color: 4120746.
HSL color Cylindrical-coordinate representation of color #AAE03E: hue angle of 80º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAE03E is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 62 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.12 |
| HSL | 80º | 0.72% | 0.56% | - |
| HSV(B) | 80º | 0.72% | 0.88% | - |
| XYZ | 44.1 | 62.21 | 14.24 | - |
| YUV | 189.39 | 56.11 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 62 | 0.24 | 0 | 0.72 | 0.12 | 80 | 0.72 | 0.56 |
| Hex | AA | E0 | 3E | 18 | 0 | 48 | C | 50 | 48 | 38 |
| Octal | 252 | 340 | 76 | 30 | 0 | 110 | 14 | 120 | 110 | 70 |
| Binary | 10101010 | 11100000 | 111110 | 11000 | 0 | 1001000 | 1100 | 1010000 | 1001000 | 111000 |
Color Harmonies of #AAE03E
Complementary color
Monochromatic Colors of #AAE03E
Black with #AAE03E
Text Example
Text Example
White with #AAE03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE03E; }
p { color: rgb(170,224,62); }
H1.HeaderClassName
{
color: #AAE03E;
}
.AnyTagClassName
{
color: #AAE03E;
}
</style>
background-color css
<style>
a { background-color: #AAE03E; }
a { background-color: rgb(170,224,62); }
div.DivClassName
{
background-color: #AAE03E;
}
.BgClassName
{
background-color: #AAE03E;
}
</style>
border-color css
<style>
span { border-color: #AAE03E; }
span { border-color: rgb(170,224,62); }
td.TdClassName
{
border-color: #AAE03E;
}
.TagClassName
{
border-color: #AAE03E;
}
</style>