Html Css Color HEX #AAF098 Granny Smith Apple
📋 copy color: '#AAF098'red 170 ◦ green 240 ◦ blue 152
Shades of Granny Smith Apple #AAF098
Tints of Granny Smith Apple #AAF098
RGB
CMYK
RGB Variations
Color information
#AAF098 (or 0xAAF098) is known color: Granny Smith Apple. HEX triplet: AA, F0 and 98. RGB value is (170,240,152). Sum of RGB (Red+Green+Blue) = 170+240+152=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF098 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF098 is #550F67. Grayscale: #D1D1D1. Windows color (decimal): -5574504 or 10023082. OLE color: 10023082.
HSL color Cylindrical-coordinate representation of color #AAF098: hue angle of 107.73º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAF098 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 152 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.06 |
| HSL | 107.73º | 0.75% | 0.77% | - |
| HSV(B) | 107.73º | 0.37% | 0.94% | - |
| XYZ | 53.41 | 73.13 | 41.01 | - |
| YUV | 209.04 | 95.81 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 152 | 0.29 | 0 | 0.37 | 0.06 | 107.73 | 0.75 | 0.77 |
| Hex | AA | F0 | 98 | 1D | 0 | 25 | 6 | 6C | 4B | 4D |
| Octal | 252 | 360 | 230 | 35 | 0 | 45 | 6 | 154 | 113 | 115 |
| Binary | 10101010 | 11110000 | 10011000 | 11101 | 0 | 100101 | 110 | 1101100 | 1001011 | 1001101 |
Color Harmonies of #AAF098
Complementary color
Monochromatic Colors of #AAF098
Black with #AAF098
Text Example
Text Example
White with #AAF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF098; }
p { color: rgb(170,240,152); }
H1.HeaderClassName
{
color: #AAF098;
}
.AnyTagClassName
{
color: #AAF098;
}
</style>
background-color css
<style>
a { background-color: #AAF098; }
a { background-color: rgb(170,240,152); }
div.DivClassName
{
background-color: #AAF098;
}
.BgClassName
{
background-color: #AAF098;
}
</style>
border-color css
<style>
span { border-color: #AAF098; }
span { border-color: rgb(170,240,152); }
td.TdClassName
{
border-color: #AAF098;
}
.TagClassName
{
border-color: #AAF098;
}
</style>