Html Css Color HEX #AAF18D Granny Smith Apple
📋 copy color: '#AAF18D'red 170 ◦ green 241 ◦ blue 141
Shades of Granny Smith Apple #AAF18D
Tints of Granny Smith Apple #AAF18D
RGB
CMYK
RGB Variations
Color information
#AAF18D (or 0xAAF18D) is known color: Granny Smith Apple. HEX triplet: AA, F1 and 8D. RGB value is (170,241,141). Sum of RGB (Red+Green+Blue) = 170+241+141=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF18D is #550E72. Grayscale: #D0D0D0. Windows color (decimal): -5574259 or 9302442. OLE color: 9302442.
HSL color Cylindrical-coordinate representation of color #AAF18D: hue angle of 102.6º degrees, saturation: 0.78, 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 #AAF18D is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 141 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.05 |
| HSL | 102.6º | 0.78% | 0.75% | - |
| HSV(B) | 102.6º | 0.41% | 0.95% | - |
| XYZ | 52.84 | 73.38 | 36.58 | - |
| YUV | 208.37 | 89.98 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 141 | 0.29 | 0 | 0.41 | 0.05 | 102.6 | 0.78 | 0.75 |
| Hex | AA | F1 | 8D | 1D | 0 | 29 | 5 | 67 | 4E | 4B |
| Octal | 252 | 361 | 215 | 35 | 0 | 51 | 5 | 147 | 116 | 113 |
| Binary | 10101010 | 11110001 | 10001101 | 11101 | 0 | 101001 | 101 | 1100111 | 1001110 | 1001011 |
Color Harmonies of #AAF18D
Complementary color
Monochromatic Colors of #AAF18D
Black with #AAF18D
Text Example
Text Example
White with #AAF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF18D; }
p { color: rgb(170,241,141); }
H1.HeaderClassName
{
color: #AAF18D;
}
.AnyTagClassName
{
color: #AAF18D;
}
</style>
background-color css
<style>
a { background-color: #AAF18D; }
a { background-color: rgb(170,241,141); }
div.DivClassName
{
background-color: #AAF18D;
}
.BgClassName
{
background-color: #AAF18D;
}
</style>
border-color css
<style>
span { border-color: #AAF18D; }
span { border-color: rgb(170,241,141); }
td.TdClassName
{
border-color: #AAF18D;
}
.TagClassName
{
border-color: #AAF18D;
}
</style>