Html Css Color HEX #AAE496 Granny Smith Apple
📋 copy color: '#AAE496'red 170 ◦ green 228 ◦ blue 150
Shades of Granny Smith Apple #AAE496
Tints of Granny Smith Apple #AAE496
RGB
CMYK
RGB Variations
Color information
#AAE496 (or 0xAAE496) is known color: Granny Smith Apple. HEX triplet: AA, E4 and 96. RGB value is (170,228,150). Sum of RGB (Red+Green+Blue) = 170+228+150=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE496 is #551B69. Grayscale: #CACACA. Windows color (decimal): -5577578 or 9888938. OLE color: 9888938.
HSL color Cylindrical-coordinate representation of color #AAE496: hue angle of 104.62º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAE496 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 150 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.11 |
| HSL | 104.62º | 0.59% | 0.74% | - |
| HSV(B) | 104.62º | 0.34% | 0.89% | - |
| XYZ | 49.83 | 66.23 | 39.01 | - |
| YUV | 201.77 | 98.78 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 150 | 0.25 | 0 | 0.34 | 0.11 | 104.62 | 0.59 | 0.74 |
| Hex | AA | E4 | 96 | 19 | 0 | 22 | B | 69 | 3B | 4A |
| Octal | 252 | 344 | 226 | 31 | 0 | 42 | 13 | 151 | 73 | 112 |
| Binary | 10101010 | 11100100 | 10010110 | 11001 | 0 | 100010 | 1011 | 1101001 | 111011 | 1001010 |
Color Harmonies of #AAE496
Complementary color
Monochromatic Colors of #AAE496
Black with #AAE496
Text Example
Text Example
White with #AAE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE496; }
p { color: rgb(170,228,150); }
H1.HeaderClassName
{
color: #AAE496;
}
.AnyTagClassName
{
color: #AAE496;
}
</style>
background-color css
<style>
a { background-color: #AAE496; }
a { background-color: rgb(170,228,150); }
div.DivClassName
{
background-color: #AAE496;
}
.BgClassName
{
background-color: #AAE496;
}
</style>
border-color css
<style>
span { border-color: #AAE496; }
span { border-color: rgb(170,228,150); }
td.TdClassName
{
border-color: #AAE496;
}
.TagClassName
{
border-color: #AAE496;
}
</style>