Html Css Color HEX #AAF08D Granny Smith Apple
📋 copy color: '#AAF08D'red 170 ◦ green 240 ◦ blue 141
Shades of Granny Smith Apple #AAF08D
Tints of Granny Smith Apple #AAF08D
RGB
CMYK
RGB Variations
Color information
#AAF08D (or 0xAAF08D) is known color: Granny Smith Apple. HEX triplet: AA, F0 and 8D. RGB value is (170,240,141). Sum of RGB (Red+Green+Blue) = 170+240+141=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF08D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF08D is #550F72. Grayscale: #D0D0D0. Windows color (decimal): -5574515 or 9302186. OLE color: 9302186.
HSL color Cylindrical-coordinate representation of color #AAF08D: hue angle of 102.42º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAF08D is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 141 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.06 |
| HSL | 102.42º | 0.77% | 0.75% | - |
| HSV(B) | 102.42º | 0.41% | 0.94% | - |
| XYZ | 52.55 | 72.79 | 36.48 | - |
| YUV | 207.78 | 90.31 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 141 | 0.29 | 0 | 0.41 | 0.06 | 102.42 | 0.77 | 0.75 |
| Hex | AA | F0 | 8D | 1D | 0 | 29 | 6 | 66 | 4D | 4B |
| Octal | 252 | 360 | 215 | 35 | 0 | 51 | 6 | 146 | 115 | 113 |
| Binary | 10101010 | 11110000 | 10001101 | 11101 | 0 | 101001 | 110 | 1100110 | 1001101 | 1001011 |
Color Harmonies of #AAF08D
Complementary color
Monochromatic Colors of #AAF08D
Black with #AAF08D
Text Example
Text Example
White with #AAF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF08D; }
p { color: rgb(170,240,141); }
H1.HeaderClassName
{
color: #AAF08D;
}
.AnyTagClassName
{
color: #AAF08D;
}
</style>
background-color css
<style>
a { background-color: #AAF08D; }
a { background-color: rgb(170,240,141); }
div.DivClassName
{
background-color: #AAF08D;
}
.BgClassName
{
background-color: #AAF08D;
}
</style>
border-color css
<style>
span { border-color: #AAF08D; }
span { border-color: rgb(170,240,141); }
td.TdClassName
{
border-color: #AAF08D;
}
.TagClassName
{
border-color: #AAF08D;
}
</style>