Shades of Conifer #AAE44D
Tints of Conifer #AAE44D
RGB
CMYK
RGB Variations
Color information
#AAE44D (or 0xAAE44D) is known color: Conifer. HEX triplet: AA, E4 and 4D. RGB value is (170,228,77). Sum of RGB (Red+Green+Blue) = 170+228+77=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE44D is #551BB2. Grayscale: #C1C1C1. Windows color (decimal): -5577651 or 5104810. OLE color: 5104810.
HSL color Cylindrical-coordinate representation of color #AAE44D: hue angle of 83.05º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAE44D is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 77 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.11 |
| HSL | 83.05º | 0.74% | 0.6% | - |
| HSV(B) | 83.05º | 0.66% | 0.89% | - |
| XYZ | 45.66 | 64.57 | 17.08 | - |
| YUV | 193.44 | 62.28 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 77 | 0.25 | 0 | 0.66 | 0.11 | 83.05 | 0.74 | 0.6 |
| Hex | AA | E4 | 4D | 19 | 0 | 42 | B | 53 | 4A | 3C |
| Octal | 252 | 344 | 115 | 31 | 0 | 102 | 13 | 123 | 112 | 74 |
| Binary | 10101010 | 11100100 | 1001101 | 11001 | 0 | 1000010 | 1011 | 1010011 | 1001010 | 111100 |
Color Harmonies of #AAE44D
Complementary color
Monochromatic Colors of #AAE44D
Black with #AAE44D
Text Example
Text Example
White with #AAE44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE44D; }
p { color: rgb(170,228,77); }
H1.HeaderClassName
{
color: #AAE44D;
}
.AnyTagClassName
{
color: #AAE44D;
}
</style>
background-color css
<style>
a { background-color: #AAE44D; }
a { background-color: rgb(170,228,77); }
div.DivClassName
{
background-color: #AAE44D;
}
.BgClassName
{
background-color: #AAE44D;
}
</style>
border-color css
<style>
span { border-color: #AAE44D; }
span { border-color: rgb(170,228,77); }
td.TdClassName
{
border-color: #AAE44D;
}
.TagClassName
{
border-color: #AAE44D;
}
</style>