Shades of Conifer #AAE24F
Tints of Conifer #AAE24F
RGB
CMYK
RGB Variations
Color information
#AAE24F (or 0xAAE24F) is known color: Conifer. HEX triplet: AA, E2 and 4F. RGB value is (170,226,79). Sum of RGB (Red+Green+Blue) = 170+226+79=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE24F is #551DB0. Grayscale: #C1C1C1. Windows color (decimal): -5578161 or 5235370. OLE color: 5235370.
HSL color Cylindrical-coordinate representation of color #AAE24F: hue angle of 82.86º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAE24F is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 79 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.11 |
| HSL | 82.86º | 0.72% | 0.6% | - |
| HSV(B) | 82.86º | 0.65% | 0.89% | - |
| XYZ | 45.19 | 63.5 | 17.27 | - |
| YUV | 192.5 | 63.95 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 79 | 0.25 | 0 | 0.65 | 0.11 | 82.86 | 0.72 | 0.6 |
| Hex | AA | E2 | 4F | 19 | 0 | 41 | B | 53 | 48 | 3C |
| Octal | 252 | 342 | 117 | 31 | 0 | 101 | 13 | 123 | 110 | 74 |
| Binary | 10101010 | 11100010 | 1001111 | 11001 | 0 | 1000001 | 1011 | 1010011 | 1001000 | 111100 |
Color Harmonies of #AAE24F
Complementary color
Monochromatic Colors of #AAE24F
Black with #AAE24F
Text Example
Text Example
White with #AAE24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE24F; }
p { color: rgb(170,226,79); }
H1.HeaderClassName
{
color: #AAE24F;
}
.AnyTagClassName
{
color: #AAE24F;
}
</style>
background-color css
<style>
a { background-color: #AAE24F; }
a { background-color: rgb(170,226,79); }
div.DivClassName
{
background-color: #AAE24F;
}
.BgClassName
{
background-color: #AAE24F;
}
</style>
border-color css
<style>
span { border-color: #AAE24F; }
span { border-color: rgb(170,226,79); }
td.TdClassName
{
border-color: #AAE24F;
}
.TagClassName
{
border-color: #AAE24F;
}
</style>