Html Css Color HEX #AAF294 Granny Smith Apple
📋 copy color: '#AAF294'red 170 ◦ green 242 ◦ blue 148
Shades of Granny Smith Apple #AAF294
Tints of Granny Smith Apple #AAF294
RGB
CMYK
RGB Variations
Color information
#AAF294 (or 0xAAF294) is known color: Granny Smith Apple. HEX triplet: AA, F2 and 94. RGB value is (170,242,148). Sum of RGB (Red+Green+Blue) = 170+242+148=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF294 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF294 is #550D6B. Grayscale: #D2D2D2. Windows color (decimal): -5573996 or 9761450. OLE color: 9761450.
HSL color Cylindrical-coordinate representation of color #AAF294: hue angle of 105.96º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAF294 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 148 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.05 |
| HSL | 105.96º | 0.78% | 0.76% | - |
| HSV(B) | 105.96º | 0.39% | 0.95% | - |
| XYZ | 53.67 | 74.19 | 39.51 | - |
| YUV | 209.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 148 | 0.30 | 0 | 0.39 | 0.05 | 105.96 | 0.78 | 0.76 |
| Hex | AA | F2 | 94 | 1E | 0 | 27 | 5 | 6A | 4E | 4C |
| Octal | 252 | 362 | 224 | 36 | 0 | 47 | 5 | 152 | 116 | 114 |
| Binary | 10101010 | 11110010 | 10010100 | 11110 | 0 | 100111 | 101 | 1101010 | 1001110 | 1001100 |
Color Harmonies of #AAF294
Complementary color
Monochromatic Colors of #AAF294
Black with #AAF294
Text Example
Text Example
White with #AAF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF294; }
p { color: rgb(170,242,148); }
H1.HeaderClassName
{
color: #AAF294;
}
.AnyTagClassName
{
color: #AAF294;
}
</style>
background-color css
<style>
a { background-color: #AAF294; }
a { background-color: rgb(170,242,148); }
div.DivClassName
{
background-color: #AAF294;
}
.BgClassName
{
background-color: #AAF294;
}
</style>
border-color css
<style>
span { border-color: #AAF294; }
span { border-color: rgb(170,242,148); }
td.TdClassName
{
border-color: #AAF294;
}
.TagClassName
{
border-color: #AAF294;
}
</style>