Html Css Color HEX #A0E097 Granny Smith Apple
📋 copy color: '#A0E097'red 160 ◦ green 224 ◦ blue 151
Shades of Granny Smith Apple #A0E097
Tints of Granny Smith Apple #A0E097
RGB
CMYK
RGB Variations
Color information
#A0E097 (or 0xA0E097) is known color: Granny Smith Apple. HEX triplet: A0, E0 and 97. RGB value is (160,224,151). Sum of RGB (Red+Green+Blue) = 160+224+151=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E097 is #5F1F68. Grayscale: #C4C4C4. Windows color (decimal): -6233961 or 9953440. OLE color: 9953440.
HSL color Cylindrical-coordinate representation of color #A0E097: hue angle of 112.6º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0E097 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
RGB | 160 | 224 | 151 | - |
CMYK | 0.29 | 0 | 0.33 | 0.12 |
HSL | 112.6º | 0.54% | 0.74% | - |
HSV(B) | 112.6º | 0.33% | 0.88% | - |
XYZ | 46.74 | 63.02 | 38.98 | - |
YUV | 196.54 | 102.3 | 101.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 224 | 151 | 0.29 | 0 | 0.33 | 0.12 | 112.6 | 0.54 | 0.74 |
Hex | A0 | E0 | 97 | 1D | 0 | 21 | C | 71 | 36 | 4A |
Octal | 240 | 340 | 227 | 35 | 0 | 41 | 14 | 161 | 66 | 112 |
Binary | 10100000 | 11100000 | 10010111 | 11101 | 0 | 100001 | 1100 | 1110001 | 110110 | 1001010 |
Color Harmonies of #A0E097
Complementary color
Monochromatic Colors of #A0E097
Black with #A0E097
Text Example
Text Example
White with #A0E097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E097; }
p { color: rgb(160,224,151); }
H1.HeaderClassName
{
color: #A0E097;
}
.AnyTagClassName
{
color: #A0E097;
}
</style>
background-color css
<style>
a { background-color: #A0E097; }
a { background-color: rgb(160,224,151); }
div.DivClassName
{
background-color: #A0E097;
}
.BgClassName
{
background-color: #A0E097;
}
</style>
border-color css
<style>
span { border-color: #A0E097; }
span { border-color: rgb(160,224,151); }
td.TdClassName
{
border-color: #A0E097;
}
.TagClassName
{
border-color: #A0E097;
}
</style>