Html Css Color HEX #AAF298 Granny Smith Apple
📋 copy color: '#AAF298'red 170 ◦ green 242 ◦ blue 152
Shades of Granny Smith Apple #AAF298
Tints of Granny Smith Apple #AAF298
RGB
CMYK
RGB Variations
Color information
#AAF298 (or 0xAAF298) is known color: Granny Smith Apple. HEX triplet: AA, F2 and 98. RGB value is (170,242,152). Sum of RGB (Red+Green+Blue) = 170+242+152=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF298 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF298 is #550D67. Grayscale: #D2D2D2. Windows color (decimal): -5573992 or 10023594. OLE color: 10023594.
HSL color Cylindrical-coordinate representation of color #AAF298: hue angle of 108º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAF298 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 152 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.05 |
| HSL | 108º | 0.78% | 0.77% | - |
| HSV(B) | 108º | 0.37% | 0.95% | - |
| XYZ | 54 | 74.32 | 41.2 | - |
| YUV | 210.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 152 | 0.30 | 0 | 0.37 | 0.05 | 108 | 0.78 | 0.77 |
| Hex | AA | F2 | 98 | 1E | 0 | 25 | 5 | 6C | 4E | 4D |
| Octal | 252 | 362 | 230 | 36 | 0 | 45 | 5 | 154 | 116 | 115 |
| Binary | 10101010 | 11110010 | 10011000 | 11110 | 0 | 100101 | 101 | 1101100 | 1001110 | 1001101 |
Color Harmonies of #AAF298
Complementary color
Monochromatic Colors of #AAF298
Black with #AAF298
Text Example
Text Example
White with #AAF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF298; }
p { color: rgb(170,242,152); }
H1.HeaderClassName
{
color: #AAF298;
}
.AnyTagClassName
{
color: #AAF298;
}
</style>
background-color css
<style>
a { background-color: #AAF298; }
a { background-color: rgb(170,242,152); }
div.DivClassName
{
background-color: #AAF298;
}
.BgClassName
{
background-color: #AAF298;
}
</style>
border-color css
<style>
span { border-color: #AAF298; }
span { border-color: rgb(170,242,152); }
td.TdClassName
{
border-color: #AAF298;
}
.TagClassName
{
border-color: #AAF298;
}
</style>