Html Css Color HEX #AAF28F Granny Smith Apple
📋 copy color: '#AAF28F'red 170 ◦ green 242 ◦ blue 143
Shades of Granny Smith Apple #AAF28F
Tints of Granny Smith Apple #AAF28F
RGB
CMYK
RGB Variations
Color information
#AAF28F (or 0xAAF28F) is known color: Granny Smith Apple. HEX triplet: AA, F2 and 8F. RGB value is (170,242,143). Sum of RGB (Red+Green+Blue) = 170+242+143=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF28F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF28F is #550D70. Grayscale: #D1D1D1. Windows color (decimal): -5574001 or 9433770. OLE color: 9433770.
HSL color Cylindrical-coordinate representation of color #AAF28F: hue angle of 103.64º 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 #AAF28F is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 143 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.05 |
| HSL | 103.64º | 0.79% | 0.75% | - |
| HSV(B) | 103.64º | 0.41% | 0.95% | - |
| XYZ | 53.29 | 74.03 | 37.47 | - |
| YUV | 209.19 | 90.65 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 143 | 0.30 | 0 | 0.41 | 0.05 | 103.64 | 0.79 | 0.75 |
| Hex | AA | F2 | 8F | 1E | 0 | 29 | 5 | 68 | 4F | 4B |
| Octal | 252 | 362 | 217 | 36 | 0 | 51 | 5 | 150 | 117 | 113 |
| Binary | 10101010 | 11110010 | 10001111 | 11110 | 0 | 101001 | 101 | 1101000 | 1001111 | 1001011 |
Color Harmonies of #AAF28F
Complementary color
Monochromatic Colors of #AAF28F
Black with #AAF28F
Text Example
Text Example
White with #AAF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF28F; }
p { color: rgb(170,242,143); }
H1.HeaderClassName
{
color: #AAF28F;
}
.AnyTagClassName
{
color: #AAF28F;
}
</style>
background-color css
<style>
a { background-color: #AAF28F; }
a { background-color: rgb(170,242,143); }
div.DivClassName
{
background-color: #AAF28F;
}
.BgClassName
{
background-color: #AAF28F;
}
</style>
border-color css
<style>
span { border-color: #AAF28F; }
span { border-color: rgb(170,242,143); }
td.TdClassName
{
border-color: #AAF28F;
}
.TagClassName
{
border-color: #AAF28F;
}
</style>