Html Css Color HEX #AAE098 Granny Smith Apple
📋 copy color: '#AAE098'red 170 ◦ green 224 ◦ blue 152
Shades of Granny Smith Apple #AAE098
Tints of Granny Smith Apple #AAE098
RGB
CMYK
RGB Variations
Color information
#AAE098 (or 0xAAE098) is known color: Granny Smith Apple. HEX triplet: AA, E0 and 98. RGB value is (170,224,152). Sum of RGB (Red+Green+Blue) = 170+224+152=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE098 is #551F67. Grayscale: #C7C7C7. Windows color (decimal): -5578600 or 10018986. OLE color: 10018986.
HSL color Cylindrical-coordinate representation of color #AAE098: hue angle of 105º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAE098 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 152 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.12 |
| HSL | 105º | 0.54% | 0.74% | - |
| HSV(B) | 105º | 0.32% | 0.88% | - |
| XYZ | 48.9 | 64.12 | 39.51 | - |
| YUV | 199.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 152 | 0.24 | 0 | 0.32 | 0.12 | 105 | 0.54 | 0.74 |
| Hex | AA | E0 | 98 | 18 | 0 | 20 | C | 69 | 36 | 4A |
| Octal | 252 | 340 | 230 | 30 | 0 | 40 | 14 | 151 | 66 | 112 |
| Binary | 10101010 | 11100000 | 10011000 | 11000 | 0 | 100000 | 1100 | 1101001 | 110110 | 1001010 |
Color Harmonies of #AAE098
Complementary color
Monochromatic Colors of #AAE098
Black with #AAE098
Text Example
Text Example
White with #AAE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE098; }
p { color: rgb(170,224,152); }
H1.HeaderClassName
{
color: #AAE098;
}
.AnyTagClassName
{
color: #AAE098;
}
</style>
background-color css
<style>
a { background-color: #AAE098; }
a { background-color: rgb(170,224,152); }
div.DivClassName
{
background-color: #AAE098;
}
.BgClassName
{
background-color: #AAE098;
}
</style>
border-color css
<style>
span { border-color: #AAE098; }
span { border-color: rgb(170,224,152); }
td.TdClassName
{
border-color: #AAE098;
}
.TagClassName
{
border-color: #AAE098;
}
</style>