Html Css Color HEX #A0E193 Granny Smith Apple
📋 copy color: '#A0E193'red 160 ◦ green 225 ◦ blue 147
Shades of Granny Smith Apple #A0E193
Tints of Granny Smith Apple #A0E193
RGB
CMYK
RGB Variations
Color information
#A0E193 (or 0xA0E193) is known color: Granny Smith Apple. HEX triplet: A0, E1 and 93. RGB value is (160,225,147). Sum of RGB (Red+Green+Blue) = 160+225+147=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E193 is #5F1E6C. Grayscale: #C4C4C4. Windows color (decimal): -6233709 or 9691552. OLE color: 9691552.
HSL color Cylindrical-coordinate representation of color #A0E193: hue angle of 110º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0E193 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 147 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.12 |
| HSL | 110º | 0.57% | 0.73% | - |
| HSV(B) | 110º | 0.35% | 0.88% | - |
| XYZ | 46.69 | 63.43 | 37.39 | - |
| YUV | 196.67 | 99.97 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 147 | 0.29 | 0 | 0.35 | 0.12 | 110 | 0.57 | 0.73 |
| Hex | A0 | E1 | 93 | 1D | 0 | 23 | C | 6E | 39 | 49 |
| Octal | 240 | 341 | 223 | 35 | 0 | 43 | 14 | 156 | 71 | 111 |
| Binary | 10100000 | 11100001 | 10010011 | 11101 | 0 | 100011 | 1100 | 1101110 | 111001 | 1001001 |
Color Harmonies of #A0E193
Complementary color
Monochromatic Colors of #A0E193
Black with #A0E193
Text Example
Text Example
White with #A0E193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E193; }
p { color: rgb(160,225,147); }
H1.HeaderClassName
{
color: #A0E193;
}
.AnyTagClassName
{
color: #A0E193;
}
</style>
background-color css
<style>
a { background-color: #A0E193; }
a { background-color: rgb(160,225,147); }
div.DivClassName
{
background-color: #A0E193;
}
.BgClassName
{
background-color: #A0E193;
}
</style>
border-color css
<style>
span { border-color: #A0E193; }
span { border-color: rgb(160,225,147); }
td.TdClassName
{
border-color: #A0E193;
}
.TagClassName
{
border-color: #A0E193;
}
</style>