Html Css Color HEX #AAF394 Granny Smith Apple
📋 copy color: '#AAF394'red 170 ◦ green 243 ◦ blue 148
Shades of Granny Smith Apple #AAF394
Tints of Granny Smith Apple #AAF394
RGB
CMYK
RGB Variations
Color information
#AAF394 (or 0xAAF394) is known color: Granny Smith Apple. HEX triplet: AA, F3 and 94. RGB value is (170,243,148). Sum of RGB (Red+Green+Blue) = 170+243+148=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF394 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF394 is #550C6B. Grayscale: #D2D2D2. Windows color (decimal): -5573740 or 9761706. OLE color: 9761706.
HSL color Cylindrical-coordinate representation of color #AAF394: hue angle of 106.11º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAF394 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 148 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.05 |
| HSL | 106.11º | 0.8% | 0.77% | - |
| HSV(B) | 106.11º | 0.39% | 0.95% | - |
| XYZ | 53.97 | 74.79 | 39.61 | - |
| YUV | 210.34 | 92.82 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 148 | 0.30 | 0 | 0.39 | 0.05 | 106.11 | 0.8 | 0.77 |
| Hex | AA | F3 | 94 | 1E | 0 | 27 | 5 | 6A | 50 | 4D |
| Octal | 252 | 363 | 224 | 36 | 0 | 47 | 5 | 152 | 120 | 115 |
| Binary | 10101010 | 11110011 | 10010100 | 11110 | 0 | 100111 | 101 | 1101010 | 1010000 | 1001101 |
Color Harmonies of #AAF394
Complementary color
Monochromatic Colors of #AAF394
Black with #AAF394
Text Example
Text Example
White with #AAF394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF394; }
p { color: rgb(170,243,148); }
H1.HeaderClassName
{
color: #AAF394;
}
.AnyTagClassName
{
color: #AAF394;
}
</style>
background-color css
<style>
a { background-color: #AAF394; }
a { background-color: rgb(170,243,148); }
div.DivClassName
{
background-color: #AAF394;
}
.BgClassName
{
background-color: #AAF394;
}
</style>
border-color css
<style>
span { border-color: #AAF394; }
span { border-color: rgb(170,243,148); }
td.TdClassName
{
border-color: #AAF394;
}
.TagClassName
{
border-color: #AAF394;
}
</style>