Html Css Color HEX #AAE194 Granny Smith Apple
📋 copy color: '#AAE194'red 170 ◦ green 225 ◦ blue 148
Shades of Granny Smith Apple #AAE194
Tints of Granny Smith Apple #AAE194
RGB
CMYK
RGB Variations
Color information
#AAE194 (or 0xAAE194) is known color: Granny Smith Apple. HEX triplet: AA, E1 and 94. RGB value is (170,225,148). Sum of RGB (Red+Green+Blue) = 170+225+148=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE194 is #551E6B. Grayscale: #C8C8C8. Windows color (decimal): -5578348 or 9757098. OLE color: 9757098.
HSL color Cylindrical-coordinate representation of color #AAE194: hue angle of 102.86º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAE194 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 148 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.12 |
| HSL | 102.86º | 0.56% | 0.73% | - |
| HSV(B) | 102.86º | 0.34% | 0.88% | - |
| XYZ | 48.85 | 64.53 | 37.9 | - |
| YUV | 199.78 | 98.78 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 148 | 0.24 | 0 | 0.34 | 0.12 | 102.86 | 0.56 | 0.73 |
| Hex | AA | E1 | 94 | 18 | 0 | 22 | C | 67 | 38 | 49 |
| Octal | 252 | 341 | 224 | 30 | 0 | 42 | 14 | 147 | 70 | 111 |
| Binary | 10101010 | 11100001 | 10010100 | 11000 | 0 | 100010 | 1100 | 1100111 | 111000 | 1001001 |
Color Harmonies of #AAE194
Complementary color
Monochromatic Colors of #AAE194
Black with #AAE194
Text Example
Text Example
White with #AAE194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE194; }
p { color: rgb(170,225,148); }
H1.HeaderClassName
{
color: #AAE194;
}
.AnyTagClassName
{
color: #AAE194;
}
</style>
background-color css
<style>
a { background-color: #AAE194; }
a { background-color: rgb(170,225,148); }
div.DivClassName
{
background-color: #AAE194;
}
.BgClassName
{
background-color: #AAE194;
}
</style>
border-color css
<style>
span { border-color: #AAE194; }
span { border-color: rgb(170,225,148); }
td.TdClassName
{
border-color: #AAE194;
}
.TagClassName
{
border-color: #AAE194;
}
</style>