Html Css Color HEX #AAE697 Granny Smith Apple
📋 copy color: '#AAE697'red 170 ◦ green 230 ◦ blue 151
Shades of Granny Smith Apple #AAE697
Tints of Granny Smith Apple #AAE697
RGB
CMYK
RGB Variations
Color information
#AAE697 (or 0xAAE697) is known color: Granny Smith Apple. HEX triplet: AA, E6 and 97. RGB value is (170,230,151). Sum of RGB (Red+Green+Blue) = 170+230+151=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE697 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE697 is #551968. Grayscale: #CBCBCB. Windows color (decimal): -5577065 or 9954986. OLE color: 9954986.
HSL color Cylindrical-coordinate representation of color #AAE697: hue angle of 105.57º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAE697 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 151 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.10 |
| HSL | 105.57º | 0.61% | 0.75% | - |
| HSV(B) | 105.57º | 0.34% | 0.9% | - |
| XYZ | 50.46 | 67.37 | 39.62 | - |
| YUV | 203.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 151 | 0.26 | 0 | 0.34 | 0.10 | 105.57 | 0.61 | 0.75 |
| Hex | AA | E6 | 97 | 1A | 0 | 22 | A | 6A | 3D | 4B |
| Octal | 252 | 346 | 227 | 32 | 0 | 42 | 12 | 152 | 75 | 113 |
| Binary | 10101010 | 11100110 | 10010111 | 11010 | 0 | 100010 | 1010 | 1101010 | 111101 | 1001011 |
Color Harmonies of #AAE697
Complementary color
Monochromatic Colors of #AAE697
Black with #AAE697
Text Example
Text Example
White with #AAE697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE697; }
p { color: rgb(170,230,151); }
H1.HeaderClassName
{
color: #AAE697;
}
.AnyTagClassName
{
color: #AAE697;
}
</style>
background-color css
<style>
a { background-color: #AAE697; }
a { background-color: rgb(170,230,151); }
div.DivClassName
{
background-color: #AAE697;
}
.BgClassName
{
background-color: #AAE697;
}
</style>
border-color css
<style>
span { border-color: #AAE697; }
span { border-color: rgb(170,230,151); }
td.TdClassName
{
border-color: #AAE697;
}
.TagClassName
{
border-color: #AAE697;
}
</style>