Html Css Color HEX #A0E094 Granny Smith Apple
📋 copy color: '#A0E094'red 160 ◦ green 224 ◦ blue 148
Shades of Granny Smith Apple #A0E094
Tints of Granny Smith Apple #A0E094
RGB
CMYK
RGB Variations
Color information
#A0E094 (or 0xA0E094) is known color: Granny Smith Apple. HEX triplet: A0, E0 and 94. RGB value is (160,224,148). Sum of RGB (Red+Green+Blue) = 160+224+148=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E094 is #5F1F6B. Grayscale: #C4C4C4. Windows color (decimal): -6233964 or 9756832. OLE color: 9756832.
HSL color Cylindrical-coordinate representation of color #A0E094: hue angle of 110.53º degrees, saturation: 0.55, 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 #A0E094 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 148 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.12 |
| HSL | 110.53º | 0.55% | 0.73% | - |
| HSV(B) | 110.53º | 0.34% | 0.88% | - |
| XYZ | 46.5 | 62.92 | 37.71 | - |
| YUV | 196.2 | 100.8 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 148 | 0.29 | 0 | 0.34 | 0.12 | 110.53 | 0.55 | 0.73 |
| Hex | A0 | E0 | 94 | 1D | 0 | 22 | C | 6F | 37 | 49 |
| Octal | 240 | 340 | 224 | 35 | 0 | 42 | 14 | 157 | 67 | 111 |
| Binary | 10100000 | 11100000 | 10010100 | 11101 | 0 | 100010 | 1100 | 1101111 | 110111 | 1001001 |
Color Harmonies of #A0E094
Complementary color
Monochromatic Colors of #A0E094
Black with #A0E094
Text Example
Text Example
White with #A0E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E094; }
p { color: rgb(160,224,148); }
H1.HeaderClassName
{
color: #A0E094;
}
.AnyTagClassName
{
color: #A0E094;
}
</style>
background-color css
<style>
a { background-color: #A0E094; }
a { background-color: rgb(160,224,148); }
div.DivClassName
{
background-color: #A0E094;
}
.BgClassName
{
background-color: #A0E094;
}
</style>
border-color css
<style>
span { border-color: #A0E094; }
span { border-color: rgb(160,224,148); }
td.TdClassName
{
border-color: #A0E094;
}
.TagClassName
{
border-color: #A0E094;
}
</style>