Html Css Color HEX #AAF18C Granny Smith Apple
📋 copy color: '#AAF18C'red 170 ◦ green 241 ◦ blue 140
Shades of Granny Smith Apple #AAF18C
Tints of Granny Smith Apple #AAF18C
RGB
CMYK
RGB Variations
Color information
#AAF18C (or 0xAAF18C) is known color: Granny Smith Apple. HEX triplet: AA, F1 and 8C. RGB value is (170,241,140). Sum of RGB (Red+Green+Blue) = 170+241+140=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF18C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF18C is #550E73. Grayscale: #D0D0D0. Windows color (decimal): -5574260 or 9236906. OLE color: 9236906.
HSL color Cylindrical-coordinate representation of color #AAF18C: hue angle of 102.18º degrees, saturation: 0.78, 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 #AAF18C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 140 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.05 |
| HSL | 102.18º | 0.78% | 0.75% | - |
| HSV(B) | 102.18º | 0.42% | 0.95% | - |
| XYZ | 52.77 | 73.35 | 36.19 | - |
| YUV | 208.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 140 | 0.29 | 0 | 0.42 | 0.05 | 102.18 | 0.78 | 0.75 |
| Hex | AA | F1 | 8C | 1D | 0 | 2A | 5 | 66 | 4E | 4B |
| Octal | 252 | 361 | 214 | 35 | 0 | 52 | 5 | 146 | 116 | 113 |
| Binary | 10101010 | 11110001 | 10001100 | 11101 | 0 | 101010 | 101 | 1100110 | 1001110 | 1001011 |
Color Harmonies of #AAF18C
Complementary color
Monochromatic Colors of #AAF18C
Black with #AAF18C
Text Example
Text Example
White with #AAF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF18C; }
p { color: rgb(170,241,140); }
H1.HeaderClassName
{
color: #AAF18C;
}
.AnyTagClassName
{
color: #AAF18C;
}
</style>
background-color css
<style>
a { background-color: #AAF18C; }
a { background-color: rgb(170,241,140); }
div.DivClassName
{
background-color: #AAF18C;
}
.BgClassName
{
background-color: #AAF18C;
}
</style>
border-color css
<style>
span { border-color: #AAF18C; }
span { border-color: rgb(170,241,140); }
td.TdClassName
{
border-color: #AAF18C;
}
.TagClassName
{
border-color: #AAF18C;
}
</style>