Html Css Color HEX #A0D793 Granny Smith Apple
📋 copy color: '#A0D793'red 160 ◦ green 215 ◦ blue 147
Shades of Granny Smith Apple #A0D793
Tints of Granny Smith Apple #A0D793
RGB
CMYK
RGB Variations
Color information
#A0D793 (or 0xA0D793) is known color: Granny Smith Apple. HEX triplet: A0, D7 and 93. RGB value is (160,215,147). Sum of RGB (Red+Green+Blue) = 160+215+147=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D793 is #5F286C. Grayscale: #BFBFBF. Windows color (decimal): -6236269 or 9688992. OLE color: 9688992.
HSL color Cylindrical-coordinate representation of color #A0D793: hue angle of 108.53º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D793 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 147 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.16 |
| HSL | 108.53º | 0.46% | 0.71% | - |
| HSV(B) | 108.53º | 0.32% | 0.84% | - |
| XYZ | 44.06 | 58.18 | 36.51 | - |
| YUV | 190.8 | 103.28 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 147 | 0.26 | 0 | 0.32 | 0.16 | 108.53 | 0.46 | 0.71 |
| Hex | A0 | D7 | 93 | 1A | 0 | 20 | 10 | 6D | 2E | 47 |
| Octal | 240 | 327 | 223 | 32 | 0 | 40 | 20 | 155 | 56 | 107 |
| Binary | 10100000 | 11010111 | 10010011 | 11010 | 0 | 100000 | 10000 | 1101101 | 101110 | 1000111 |
Color Harmonies of #A0D793
Complementary color
Monochromatic Colors of #A0D793
Black with #A0D793
Text Example
Text Example
White with #A0D793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D793; }
p { color: rgb(160,215,147); }
H1.HeaderClassName
{
color: #A0D793;
}
.AnyTagClassName
{
color: #A0D793;
}
</style>
background-color css
<style>
a { background-color: #A0D793; }
a { background-color: rgb(160,215,147); }
div.DivClassName
{
background-color: #A0D793;
}
.BgClassName
{
background-color: #A0D793;
}
</style>
border-color css
<style>
span { border-color: #A0D793; }
span { border-color: rgb(160,215,147); }
td.TdClassName
{
border-color: #A0D793;
}
.TagClassName
{
border-color: #A0D793;
}
</style>