Html Css Color HEX #AAE698 Granny Smith Apple
📋 copy color: '#AAE698'red 170 ◦ green 230 ◦ blue 152
Shades of Granny Smith Apple #AAE698
Tints of Granny Smith Apple #AAE698
RGB
CMYK
RGB Variations
Color information
#AAE698 (or 0xAAE698) is known color: Granny Smith Apple. HEX triplet: AA, E6 and 98. RGB value is (170,230,152). Sum of RGB (Red+Green+Blue) = 170+230+152=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE698 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE698 is #551967. Grayscale: #CBCBCB. Windows color (decimal): -5577064 or 10020522. OLE color: 10020522.
HSL color Cylindrical-coordinate representation of color #AAE698: hue angle of 106.15º 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 #AAE698 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 152 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.10 |
| HSL | 106.15º | 0.61% | 0.75% | - |
| HSV(B) | 106.15º | 0.34% | 0.9% | - |
| XYZ | 50.54 | 67.41 | 40.05 | - |
| YUV | 203.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 152 | 0.26 | 0 | 0.34 | 0.10 | 106.15 | 0.61 | 0.75 |
| Hex | AA | E6 | 98 | 1A | 0 | 22 | A | 6A | 3D | 4B |
| Octal | 252 | 346 | 230 | 32 | 0 | 42 | 12 | 152 | 75 | 113 |
| Binary | 10101010 | 11100110 | 10011000 | 11010 | 0 | 100010 | 1010 | 1101010 | 111101 | 1001011 |
Color Harmonies of #AAE698
Complementary color
Monochromatic Colors of #AAE698
Black with #AAE698
Text Example
Text Example
White with #AAE698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE698; }
p { color: rgb(170,230,152); }
H1.HeaderClassName
{
color: #AAE698;
}
.AnyTagClassName
{
color: #AAE698;
}
</style>
background-color css
<style>
a { background-color: #AAE698; }
a { background-color: rgb(170,230,152); }
div.DivClassName
{
background-color: #AAE698;
}
.BgClassName
{
background-color: #AAE698;
}
</style>
border-color css
<style>
span { border-color: #AAE698; }
span { border-color: rgb(170,230,152); }
td.TdClassName
{
border-color: #AAE698;
}
.TagClassName
{
border-color: #AAE698;
}
</style>