Html Css Color HEX #AAF38C Granny Smith Apple
📋 copy color: '#AAF38C'red 170 ◦ green 243 ◦ blue 140
Shades of Granny Smith Apple #AAF38C
Tints of Granny Smith Apple #AAF38C
RGB
CMYK
RGB Variations
Color information
#AAF38C (or 0xAAF38C) is known color: Granny Smith Apple. HEX triplet: AA, F3 and 8C. RGB value is (170,243,140). Sum of RGB (Red+Green+Blue) = 170+243+140=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF38C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF38C is #550C73. Grayscale: #D1D1D1. Windows color (decimal): -5573748 or 9237418. OLE color: 9237418.
HSL color Cylindrical-coordinate representation of color #AAF38C: hue angle of 102.52º 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 #AAF38C is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 140 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.05 |
| HSL | 102.52º | 0.81% | 0.75% | - |
| HSV(B) | 102.52º | 0.42% | 0.95% | - |
| XYZ | 53.36 | 74.54 | 36.39 | - |
| YUV | 209.43 | 88.82 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 140 | 0.30 | 0 | 0.42 | 0.05 | 102.52 | 0.81 | 0.75 |
| Hex | AA | F3 | 8C | 1E | 0 | 2A | 5 | 67 | 51 | 4B |
| Octal | 252 | 363 | 214 | 36 | 0 | 52 | 5 | 147 | 121 | 113 |
| Binary | 10101010 | 11110011 | 10001100 | 11110 | 0 | 101010 | 101 | 1100111 | 1010001 | 1001011 |
Color Harmonies of #AAF38C
Complementary color
Monochromatic Colors of #AAF38C
Black with #AAF38C
Text Example
Text Example
White with #AAF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF38C; }
p { color: rgb(170,243,140); }
H1.HeaderClassName
{
color: #AAF38C;
}
.AnyTagClassName
{
color: #AAF38C;
}
</style>
background-color css
<style>
a { background-color: #AAF38C; }
a { background-color: rgb(170,243,140); }
div.DivClassName
{
background-color: #AAF38C;
}
.BgClassName
{
background-color: #AAF38C;
}
</style>
border-color css
<style>
span { border-color: #AAF38C; }
span { border-color: rgb(170,243,140); }
td.TdClassName
{
border-color: #AAF38C;
}
.TagClassName
{
border-color: #AAF38C;
}
</style>