Html Css Color HEX #AAE596 Granny Smith Apple
📋 copy color: '#AAE596'red 170 ◦ green 229 ◦ blue 150
Shades of Granny Smith Apple #AAE596
Tints of Granny Smith Apple #AAE596
RGB
CMYK
RGB Variations
Color information
#AAE596 (or 0xAAE596) is known color: Granny Smith Apple. HEX triplet: AA, E5 and 96. RGB value is (170,229,150). Sum of RGB (Red+Green+Blue) = 170+229+150=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE596 is #551A69. Grayscale: #CACACA. Windows color (decimal): -5577322 or 9889194. OLE color: 9889194.
HSL color Cylindrical-coordinate representation of color #AAE596: hue angle of 104.81º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAE596 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 150 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.10 |
| HSL | 104.81º | 0.6% | 0.74% | - |
| HSV(B) | 104.81º | 0.34% | 0.9% | - |
| XYZ | 50.1 | 66.79 | 39.1 | - |
| YUV | 202.35 | 98.45 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 150 | 0.26 | 0 | 0.34 | 0.10 | 104.81 | 0.6 | 0.74 |
| Hex | AA | E5 | 96 | 1A | 0 | 22 | A | 69 | 3C | 4A |
| Octal | 252 | 345 | 226 | 32 | 0 | 42 | 12 | 151 | 74 | 112 |
| Binary | 10101010 | 11100101 | 10010110 | 11010 | 0 | 100010 | 1010 | 1101001 | 111100 | 1001010 |
Color Harmonies of #AAE596
Complementary color
Monochromatic Colors of #AAE596
Black with #AAE596
Text Example
Text Example
White with #AAE596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE596; }
p { color: rgb(170,229,150); }
H1.HeaderClassName
{
color: #AAE596;
}
.AnyTagClassName
{
color: #AAE596;
}
</style>
background-color css
<style>
a { background-color: #AAE596; }
a { background-color: rgb(170,229,150); }
div.DivClassName
{
background-color: #AAE596;
}
.BgClassName
{
background-color: #AAE596;
}
</style>
border-color css
<style>
span { border-color: #AAE596; }
span { border-color: rgb(170,229,150); }
td.TdClassName
{
border-color: #AAE596;
}
.TagClassName
{
border-color: #AAE596;
}
</style>