Html Css Color HEX #AAF38E Granny Smith Apple
📋 copy color: '#AAF38E'red 170 ◦ green 243 ◦ blue 142
Shades of Granny Smith Apple #AAF38E
Tints of Granny Smith Apple #AAF38E
RGB
CMYK
RGB Variations
Color information
#AAF38E (or 0xAAF38E) is known color: Granny Smith Apple. HEX triplet: AA, F3 and 8E. RGB value is (170,243,142). Sum of RGB (Red+Green+Blue) = 170+243+142=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF38E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF38E is #550C71. Grayscale: #D1D1D1. Windows color (decimal): -5573746 or 9368490. OLE color: 9368490.
HSL color Cylindrical-coordinate representation of color #AAF38E: hue angle of 103.37º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAF38E is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 142 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.05 |
| HSL | 103.37º | 0.81% | 0.75% | - |
| HSV(B) | 103.37º | 0.42% | 0.95% | - |
| XYZ | 53.51 | 74.6 | 37.17 | - |
| YUV | 209.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 142 | 0.30 | 0 | 0.42 | 0.05 | 103.37 | 0.81 | 0.75 |
| Hex | AA | F3 | 8E | 1E | 0 | 2A | 5 | 67 | 51 | 4B |
| Octal | 252 | 363 | 216 | 36 | 0 | 52 | 5 | 147 | 121 | 113 |
| Binary | 10101010 | 11110011 | 10001110 | 11110 | 0 | 101010 | 101 | 1100111 | 1010001 | 1001011 |
Color Harmonies of #AAF38E
Complementary color
Monochromatic Colors of #AAF38E
Black with #AAF38E
Text Example
Text Example
White with #AAF38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF38E; }
p { color: rgb(170,243,142); }
H1.HeaderClassName
{
color: #AAF38E;
}
.AnyTagClassName
{
color: #AAF38E;
}
</style>
background-color css
<style>
a { background-color: #AAF38E; }
a { background-color: rgb(170,243,142); }
div.DivClassName
{
background-color: #AAF38E;
}
.BgClassName
{
background-color: #AAF38E;
}
</style>
border-color css
<style>
span { border-color: #AAF38E; }
span { border-color: rgb(170,243,142); }
td.TdClassName
{
border-color: #AAF38E;
}
.TagClassName
{
border-color: #AAF38E;
}
</style>