Html Css Color HEX #AAF28E Granny Smith Apple
📋 copy color: '#AAF28E'red 170 ◦ green 242 ◦ blue 142
Shades of Granny Smith Apple #AAF28E
Tints of Granny Smith Apple #AAF28E
RGB
CMYK
RGB Variations
Color information
#AAF28E (or 0xAAF28E) is known color: Granny Smith Apple. HEX triplet: AA, F2 and 8E. RGB value is (170,242,142). Sum of RGB (Red+Green+Blue) = 170+242+142=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF28E is #550D71. Grayscale: #D1D1D1. Windows color (decimal): -5574002 or 9368234. OLE color: 9368234.
HSL color Cylindrical-coordinate representation of color #AAF28E: hue angle of 103.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAF28E is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 142 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.05 |
| HSL | 103.2º | 0.79% | 0.75% | - |
| HSV(B) | 103.2º | 0.41% | 0.95% | - |
| XYZ | 53.21 | 74 | 37.07 | - |
| YUV | 209.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 142 | 0.30 | 0 | 0.41 | 0.05 | 103.2 | 0.79 | 0.75 |
| Hex | AA | F2 | 8E | 1E | 0 | 29 | 5 | 67 | 4F | 4B |
| Octal | 252 | 362 | 216 | 36 | 0 | 51 | 5 | 147 | 117 | 113 |
| Binary | 10101010 | 11110010 | 10001110 | 11110 | 0 | 101001 | 101 | 1100111 | 1001111 | 1001011 |
Color Harmonies of #AAF28E
Complementary color
Monochromatic Colors of #AAF28E
Black with #AAF28E
Text Example
Text Example
White with #AAF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF28E; }
p { color: rgb(170,242,142); }
H1.HeaderClassName
{
color: #AAF28E;
}
.AnyTagClassName
{
color: #AAF28E;
}
</style>
background-color css
<style>
a { background-color: #AAF28E; }
a { background-color: rgb(170,242,142); }
div.DivClassName
{
background-color: #AAF28E;
}
.BgClassName
{
background-color: #AAF28E;
}
</style>
border-color css
<style>
span { border-color: #AAF28E; }
span { border-color: rgb(170,242,142); }
td.TdClassName
{
border-color: #AAF28E;
}
.TagClassName
{
border-color: #AAF28E;
}
</style>