Html Css Color HEX #A0E195 Granny Smith Apple
📋 copy color: '#A0E195'red 160 ◦ green 225 ◦ blue 149
Shades of Granny Smith Apple #A0E195
Tints of Granny Smith Apple #A0E195
RGB
CMYK
RGB Variations
Color information
#A0E195 (or 0xA0E195) is known color: Granny Smith Apple. HEX triplet: A0, E1 and 95. RGB value is (160,225,149). Sum of RGB (Red+Green+Blue) = 160+225+149=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E195 is #5F1E6A. Grayscale: #C5C5C5. Windows color (decimal): -6233707 or 9822624. OLE color: 9822624.
HSL color Cylindrical-coordinate representation of color #A0E195: hue angle of 111.32º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0E195 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 149 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.12 |
| HSL | 111.32º | 0.56% | 0.73% | - |
| HSV(B) | 111.32º | 0.34% | 0.88% | - |
| XYZ | 46.85 | 63.49 | 38.22 | - |
| YUV | 196.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 149 | 0.29 | 0 | 0.34 | 0.12 | 111.32 | 0.56 | 0.73 |
| Hex | A0 | E1 | 95 | 1D | 0 | 22 | C | 6F | 38 | 49 |
| Octal | 240 | 341 | 225 | 35 | 0 | 42 | 14 | 157 | 70 | 111 |
| Binary | 10100000 | 11100001 | 10010101 | 11101 | 0 | 100010 | 1100 | 1101111 | 111000 | 1001001 |
Color Harmonies of #A0E195
Complementary color
Monochromatic Colors of #A0E195
Black with #A0E195
Text Example
Text Example
White with #A0E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E195; }
p { color: rgb(160,225,149); }
H1.HeaderClassName
{
color: #A0E195;
}
.AnyTagClassName
{
color: #A0E195;
}
</style>
background-color css
<style>
a { background-color: #A0E195; }
a { background-color: rgb(160,225,149); }
div.DivClassName
{
background-color: #A0E195;
}
.BgClassName
{
background-color: #A0E195;
}
</style>
border-color css
<style>
span { border-color: #A0E195; }
span { border-color: rgb(160,225,149); }
td.TdClassName
{
border-color: #A0E195;
}
.TagClassName
{
border-color: #A0E195;
}
</style>