Html Css Color HEX #A0ED9A Granny Smith Apple
📋 copy color: '#A0ED9A'red 160 ◦ green 237 ◦ blue 154
Shades of Granny Smith Apple #A0ED9A
Tints of Granny Smith Apple #A0ED9A
RGB
CMYK
RGB Variations
Color information
#A0ED9A (or 0xA0ED9A) is known color: Granny Smith Apple. HEX triplet: A0, ED and 9A. RGB value is (160,237,154). Sum of RGB (Red+Green+Blue) = 160+237+154=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ED9A is #5F1265. Grayscale: #CCCCCC. Windows color (decimal): -6230630 or 10153376. OLE color: 10153376.
HSL color Cylindrical-coordinate representation of color #A0ED9A: hue angle of 115.66º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0ED9A is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 237 | 154 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.07 |
| HSL | 115.66º | 0.7% | 0.77% | - |
| HSV(B) | 115.66º | 0.35% | 0.93% | - |
| XYZ | 50.61 | 70.38 | 41.49 | - |
| YUV | 204.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 154 | 0.32 | 0 | 0.35 | 0.07 | 115.66 | 0.7 | 0.77 |
| Hex | A0 | ED | 9A | 20 | 0 | 23 | 7 | 74 | 46 | 4D |
| Octal | 240 | 355 | 232 | 40 | 0 | 43 | 7 | 164 | 106 | 115 |
| Binary | 10100000 | 11101101 | 10011010 | 100000 | 0 | 100011 | 111 | 1110100 | 1000110 | 1001101 |
Color Harmonies of #A0ED9A
Complementary color
Monochromatic Colors of #A0ED9A
Black with #A0ED9A
Text Example
Text Example
White with #A0ED9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ED9A; }
p { color: rgb(160,237,154); }
H1.HeaderClassName
{
color: #A0ED9A;
}
.AnyTagClassName
{
color: #A0ED9A;
}
</style>
background-color css
<style>
a { background-color: #A0ED9A; }
a { background-color: rgb(160,237,154); }
div.DivClassName
{
background-color: #A0ED9A;
}
.BgClassName
{
background-color: #A0ED9A;
}
</style>
border-color css
<style>
span { border-color: #A0ED9A; }
span { border-color: rgb(160,237,154); }
td.TdClassName
{
border-color: #A0ED9A;
}
.TagClassName
{
border-color: #A0ED9A;
}
</style>