Html Css Color HEX #AAF295 Granny Smith Apple
📋 copy color: '#AAF295'red 170 ◦ green 242 ◦ blue 149
Shades of Granny Smith Apple #AAF295
Tints of Granny Smith Apple #AAF295
RGB
CMYK
RGB Variations
Color information
#AAF295 (or 0xAAF295) is known color: Granny Smith Apple. HEX triplet: AA, F2 and 95. RGB value is (170,242,149). Sum of RGB (Red+Green+Blue) = 170+242+149=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF295 is #550D6A. Grayscale: #D2D2D2. Windows color (decimal): -5573995 or 9826986. OLE color: 9826986.
HSL color Cylindrical-coordinate representation of color #AAF295: hue angle of 106.45º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAF295 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 149 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.05 |
| HSL | 106.45º | 0.78% | 0.77% | - |
| HSV(B) | 106.45º | 0.38% | 0.95% | - |
| XYZ | 53.75 | 74.22 | 39.93 | - |
| YUV | 209.87 | 93.65 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 149 | 0.30 | 0 | 0.38 | 0.05 | 106.45 | 0.78 | 0.77 |
| Hex | AA | F2 | 95 | 1E | 0 | 26 | 5 | 6A | 4E | 4D |
| Octal | 252 | 362 | 225 | 36 | 0 | 46 | 5 | 152 | 116 | 115 |
| Binary | 10101010 | 11110010 | 10010101 | 11110 | 0 | 100110 | 101 | 1101010 | 1001110 | 1001101 |
Color Harmonies of #AAF295
Complementary color
Monochromatic Colors of #AAF295
Black with #AAF295
Text Example
Text Example
White with #AAF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF295; }
p { color: rgb(170,242,149); }
H1.HeaderClassName
{
color: #AAF295;
}
.AnyTagClassName
{
color: #AAF295;
}
</style>
background-color css
<style>
a { background-color: #AAF295; }
a { background-color: rgb(170,242,149); }
div.DivClassName
{
background-color: #AAF295;
}
.BgClassName
{
background-color: #AAF295;
}
</style>
border-color css
<style>
span { border-color: #AAF295; }
span { border-color: rgb(170,242,149); }
td.TdClassName
{
border-color: #AAF295;
}
.TagClassName
{
border-color: #AAF295;
}
</style>