Html Css Color HEX #AAF68A Granny Smith Apple
📋 copy color: '#AAF68A'red 170 ◦ green 246 ◦ blue 138
Shades of Granny Smith Apple #AAF68A
Tints of Granny Smith Apple #AAF68A
RGB
CMYK
RGB Variations
Color information
#AAF68A (or 0xAAF68A) is known color: Granny Smith Apple. HEX triplet: AA, F6 and 8A. RGB value is (170,246,138). Sum of RGB (Red+Green+Blue) = 170+246+138=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF68A is #550975. Grayscale: #D3D3D3. Windows color (decimal): -5572982 or 9107114. OLE color: 9107114.
HSL color Cylindrical-coordinate representation of color #AAF68A: hue angle of 102.22º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAF68A is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 138 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.04 |
| HSL | 102.22º | 0.86% | 0.75% | - |
| HSV(B) | 102.22º | 0.44% | 0.96% | - |
| XYZ | 54.12 | 76.29 | 35.92 | - |
| YUV | 210.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 138 | 0.31 | 0 | 0.44 | 0.04 | 102.22 | 0.86 | 0.75 |
| Hex | AA | F6 | 8A | 1F | 0 | 2C | 4 | 66 | 56 | 4B |
| Octal | 252 | 366 | 212 | 37 | 0 | 54 | 4 | 146 | 126 | 113 |
| Binary | 10101010 | 11110110 | 10001010 | 11111 | 0 | 101100 | 100 | 1100110 | 1010110 | 1001011 |
Color Harmonies of #AAF68A
Complementary color
Monochromatic Colors of #AAF68A
Black with #AAF68A
Text Example
Text Example
White with #AAF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF68A; }
p { color: rgb(170,246,138); }
H1.HeaderClassName
{
color: #AAF68A;
}
.AnyTagClassName
{
color: #AAF68A;
}
</style>
background-color css
<style>
a { background-color: #AAF68A; }
a { background-color: rgb(170,246,138); }
div.DivClassName
{
background-color: #AAF68A;
}
.BgClassName
{
background-color: #AAF68A;
}
</style>
border-color css
<style>
span { border-color: #AAF68A; }
span { border-color: rgb(170,246,138); }
td.TdClassName
{
border-color: #AAF68A;
}
.TagClassName
{
border-color: #AAF68A;
}
</style>