Html Css Color HEX #A0E095 Granny Smith Apple
📋 copy color: '#A0E095'red 160 ◦ green 224 ◦ blue 149
Shades of Granny Smith Apple #A0E095
Tints of Granny Smith Apple #A0E095
RGB
CMYK
RGB Variations
Color information
#A0E095 (or 0xA0E095) is known color: Granny Smith Apple. HEX triplet: A0, E0 and 95. RGB value is (160,224,149). Sum of RGB (Red+Green+Blue) = 160+224+149=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E095 is #5F1F6A. Grayscale: #C4C4C4. Windows color (decimal): -6233963 or 9822368. OLE color: 9822368.
HSL color Cylindrical-coordinate representation of color #A0E095: hue angle of 111.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0E095 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 149 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.12 |
| HSL | 111.2º | 0.55% | 0.73% | - |
| HSV(B) | 111.2º | 0.33% | 0.88% | - |
| XYZ | 46.58 | 62.95 | 38.13 | - |
| YUV | 196.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 149 | 0.29 | 0 | 0.33 | 0.12 | 111.2 | 0.55 | 0.73 |
| Hex | A0 | E0 | 95 | 1D | 0 | 21 | C | 6F | 37 | 49 |
| Octal | 240 | 340 | 225 | 35 | 0 | 41 | 14 | 157 | 67 | 111 |
| Binary | 10100000 | 11100000 | 10010101 | 11101 | 0 | 100001 | 1100 | 1101111 | 110111 | 1001001 |
Color Harmonies of #A0E095
Complementary color
Monochromatic Colors of #A0E095
Black with #A0E095
Text Example
Text Example
White with #A0E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E095; }
p { color: rgb(160,224,149); }
H1.HeaderClassName
{
color: #A0E095;
}
.AnyTagClassName
{
color: #A0E095;
}
</style>
background-color css
<style>
a { background-color: #A0E095; }
a { background-color: rgb(160,224,149); }
div.DivClassName
{
background-color: #A0E095;
}
.BgClassName
{
background-color: #A0E095;
}
</style>
border-color css
<style>
span { border-color: #A0E095; }
span { border-color: rgb(160,224,149); }
td.TdClassName
{
border-color: #A0E095;
}
.TagClassName
{
border-color: #A0E095;
}
</style>