Html Css Color HEX #AAE896 Granny Smith Apple
📋 copy color: '#AAE896'red 170 ◦ green 232 ◦ blue 150
Shades of Granny Smith Apple #AAE896
Tints of Granny Smith Apple #AAE896
RGB
CMYK
RGB Variations
Color information
#AAE896 (or 0xAAE896) is known color: Granny Smith Apple. HEX triplet: AA, E8 and 96. RGB value is (170,232,150). Sum of RGB (Red+Green+Blue) = 170+232+150=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE896 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE896 is #551769. Grayscale: #CCCCCC. Windows color (decimal): -5576554 or 9889962. OLE color: 9889962.
HSL color Cylindrical-coordinate representation of color #AAE896: hue angle of 105.37º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAE896 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 150 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.09 |
| HSL | 105.37º | 0.64% | 0.75% | - |
| HSV(B) | 105.37º | 0.35% | 0.91% | - |
| XYZ | 50.94 | 68.46 | 39.38 | - |
| YUV | 204.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 150 | 0.27 | 0 | 0.35 | 0.09 | 105.37 | 0.64 | 0.75 |
| Hex | AA | E8 | 96 | 1B | 0 | 23 | 9 | 69 | 40 | 4B |
| Octal | 252 | 350 | 226 | 33 | 0 | 43 | 11 | 151 | 100 | 113 |
| Binary | 10101010 | 11101000 | 10010110 | 11011 | 0 | 100011 | 1001 | 1101001 | 1000000 | 1001011 |
Color Harmonies of #AAE896
Complementary color
Monochromatic Colors of #AAE896
Black with #AAE896
Text Example
Text Example
White with #AAE896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE896; }
p { color: rgb(170,232,150); }
H1.HeaderClassName
{
color: #AAE896;
}
.AnyTagClassName
{
color: #AAE896;
}
</style>
background-color css
<style>
a { background-color: #AAE896; }
a { background-color: rgb(170,232,150); }
div.DivClassName
{
background-color: #AAE896;
}
.BgClassName
{
background-color: #AAE896;
}
</style>
border-color css
<style>
span { border-color: #AAE896; }
span { border-color: rgb(170,232,150); }
td.TdClassName
{
border-color: #AAE896;
}
.TagClassName
{
border-color: #AAE896;
}
</style>