Html Css Color HEX #AAF690 Granny Smith Apple
📋 copy color: '#AAF690'red 170 ◦ green 246 ◦ blue 144
Shades of Granny Smith Apple #AAF690
Tints of Granny Smith Apple #AAF690
RGB
CMYK
RGB Variations
Color information
#AAF690 (or 0xAAF690) is known color: Granny Smith Apple. HEX triplet: AA, F6 and 90. RGB value is (170,246,144). Sum of RGB (Red+Green+Blue) = 170+246+144=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF690 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF690 is #55096F. Grayscale: #D3D3D3. Windows color (decimal): -5572976 or 9500330. OLE color: 9500330.
HSL color Cylindrical-coordinate representation of color #AAF690: hue angle of 104.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAF690 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 144 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.04 |
| HSL | 104.71º | 0.85% | 0.76% | - |
| HSV(B) | 104.71º | 0.41% | 0.96% | - |
| XYZ | 54.57 | 76.47 | 38.27 | - |
| YUV | 211.65 | 89.82 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 144 | 0.31 | 0 | 0.41 | 0.04 | 104.71 | 0.85 | 0.76 |
| Hex | AA | F6 | 90 | 1F | 0 | 29 | 4 | 69 | 55 | 4C |
| Octal | 252 | 366 | 220 | 37 | 0 | 51 | 4 | 151 | 125 | 114 |
| Binary | 10101010 | 11110110 | 10010000 | 11111 | 0 | 101001 | 100 | 1101001 | 1010101 | 1001100 |
Color Harmonies of #AAF690
Complementary color
Monochromatic Colors of #AAF690
Black with #AAF690
Text Example
Text Example
White with #AAF690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF690; }
p { color: rgb(170,246,144); }
H1.HeaderClassName
{
color: #AAF690;
}
.AnyTagClassName
{
color: #AAF690;
}
</style>
background-color css
<style>
a { background-color: #AAF690; }
a { background-color: rgb(170,246,144); }
div.DivClassName
{
background-color: #AAF690;
}
.BgClassName
{
background-color: #AAF690;
}
</style>
border-color css
<style>
span { border-color: #AAF690; }
span { border-color: rgb(170,246,144); }
td.TdClassName
{
border-color: #AAF690;
}
.TagClassName
{
border-color: #AAF690;
}
</style>