Html Css Color HEX #AAE196 Granny Smith Apple
📋 copy color: '#AAE196'red 170 ◦ green 225 ◦ blue 150
Shades of Granny Smith Apple #AAE196
Tints of Granny Smith Apple #AAE196
RGB
CMYK
RGB Variations
Color information
#AAE196 (or 0xAAE196) is known color: Granny Smith Apple. HEX triplet: AA, E1 and 96. RGB value is (170,225,150). Sum of RGB (Red+Green+Blue) = 170+225+150=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE196 is #551E69. Grayscale: #C8C8C8. Windows color (decimal): -5578346 or 9888170. OLE color: 9888170.
HSL color Cylindrical-coordinate representation of color #AAE196: hue angle of 104º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE196 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 150 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.12 |
| HSL | 104º | 0.56% | 0.74% | - |
| HSV(B) | 104º | 0.33% | 0.88% | - |
| XYZ | 49.01 | 64.6 | 38.74 | - |
| YUV | 200.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 150 | 0.24 | 0 | 0.33 | 0.12 | 104 | 0.56 | 0.74 |
| Hex | AA | E1 | 96 | 18 | 0 | 21 | C | 68 | 38 | 4A |
| Octal | 252 | 341 | 226 | 30 | 0 | 41 | 14 | 150 | 70 | 112 |
| Binary | 10101010 | 11100001 | 10010110 | 11000 | 0 | 100001 | 1100 | 1101000 | 111000 | 1001010 |
Color Harmonies of #AAE196
Complementary color
Monochromatic Colors of #AAE196
Black with #AAE196
Text Example
Text Example
White with #AAE196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE196; }
p { color: rgb(170,225,150); }
H1.HeaderClassName
{
color: #AAE196;
}
.AnyTagClassName
{
color: #AAE196;
}
</style>
background-color css
<style>
a { background-color: #AAE196; }
a { background-color: rgb(170,225,150); }
div.DivClassName
{
background-color: #AAE196;
}
.BgClassName
{
background-color: #AAE196;
}
</style>
border-color css
<style>
span { border-color: #AAE196; }
span { border-color: rgb(170,225,150); }
td.TdClassName
{
border-color: #AAE196;
}
.TagClassName
{
border-color: #AAE196;
}
</style>