Html Css Color HEX #AAF98B Granny Smith Apple
📋 copy color: '#AAF98B'red 170 ◦ green 249 ◦ blue 139
Shades of Granny Smith Apple #AAF98B
Tints of Granny Smith Apple #AAF98B
RGB
CMYK
RGB Variations
Color information
#AAF98B (or 0xAAF98B) is known color: Granny Smith Apple. HEX triplet: AA, F9 and 8B. RGB value is (170,249,139). Sum of RGB (Red+Green+Blue) = 170+249+139=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF98B is #550674. Grayscale: #D5D5D5. Windows color (decimal): -5572213 or 9173418. OLE color: 9173418.
HSL color Cylindrical-coordinate representation of color #AAF98B: hue angle of 103.09º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAF98B is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 139 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.02 |
| HSL | 103.09º | 0.9% | 0.76% | - |
| HSV(B) | 103.09º | 0.44% | 0.98% | - |
| XYZ | 55.11 | 78.16 | 36.61 | - |
| YUV | 212.84 | 86.33 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 139 | 0.32 | 0 | 0.44 | 0.02 | 103.09 | 0.9 | 0.76 |
| Hex | AA | F9 | 8B | 20 | 0 | 2C | 2 | 67 | 5A | 4C |
| Octal | 252 | 371 | 213 | 40 | 0 | 54 | 2 | 147 | 132 | 114 |
| Binary | 10101010 | 11111001 | 10001011 | 100000 | 0 | 101100 | 10 | 1100111 | 1011010 | 1001100 |
Color Harmonies of #AAF98B
Complementary color
Monochromatic Colors of #AAF98B
Black with #AAF98B
Text Example
Text Example
White with #AAF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF98B; }
p { color: rgb(170,249,139); }
H1.HeaderClassName
{
color: #AAF98B;
}
.AnyTagClassName
{
color: #AAF98B;
}
</style>
background-color css
<style>
a { background-color: #AAF98B; }
a { background-color: rgb(170,249,139); }
div.DivClassName
{
background-color: #AAF98B;
}
.BgClassName
{
background-color: #AAF98B;
}
</style>
border-color css
<style>
span { border-color: #AAF98B; }
span { border-color: rgb(170,249,139); }
td.TdClassName
{
border-color: #AAF98B;
}
.TagClassName
{
border-color: #AAF98B;
}
</style>