Html Css Color HEX #AAE894 Granny Smith Apple
📋 copy color: '#AAE894'red 170 ◦ green 232 ◦ blue 148
Shades of Granny Smith Apple #AAE894
Tints of Granny Smith Apple #AAE894
RGB
CMYK
RGB Variations
Color information
#AAE894 (or 0xAAE894) is known color: Granny Smith Apple. HEX triplet: AA, E8 and 94. RGB value is (170,232,148). Sum of RGB (Red+Green+Blue) = 170+232+148=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE894 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE894 is #55176B. Grayscale: #CCCCCC. Windows color (decimal): -5576556 or 9758890. OLE color: 9758890.
HSL color Cylindrical-coordinate representation of color #AAE894: hue angle of 104.29º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAE894 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 148 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.09 |
| HSL | 104.29º | 0.65% | 0.75% | - |
| HSV(B) | 104.29º | 0.36% | 0.91% | - |
| XYZ | 50.78 | 68.4 | 38.54 | - |
| YUV | 203.89 | 96.46 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 148 | 0.27 | 0 | 0.36 | 0.09 | 104.29 | 0.65 | 0.75 |
| Hex | AA | E8 | 94 | 1B | 0 | 24 | 9 | 68 | 41 | 4B |
| Octal | 252 | 350 | 224 | 33 | 0 | 44 | 11 | 150 | 101 | 113 |
| Binary | 10101010 | 11101000 | 10010100 | 11011 | 0 | 100100 | 1001 | 1101000 | 1000001 | 1001011 |
Color Harmonies of #AAE894
Complementary color
Monochromatic Colors of #AAE894
Black with #AAE894
Text Example
Text Example
White with #AAE894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE894; }
p { color: rgb(170,232,148); }
H1.HeaderClassName
{
color: #AAE894;
}
.AnyTagClassName
{
color: #AAE894;
}
</style>
background-color css
<style>
a { background-color: #AAE894; }
a { background-color: rgb(170,232,148); }
div.DivClassName
{
background-color: #AAE894;
}
.BgClassName
{
background-color: #AAE894;
}
</style>
border-color css
<style>
span { border-color: #AAE894; }
span { border-color: rgb(170,232,148); }
td.TdClassName
{
border-color: #AAE894;
}
.TagClassName
{
border-color: #AAE894;
}
</style>