Html Css Color HEX #A0D09E Granny Smith Apple
📋 copy color: '#A0D09E'red 160 ◦ green 208 ◦ blue 158
Shades of Granny Smith Apple #A0D09E
Tints of Granny Smith Apple #A0D09E
RGB
CMYK
RGB Variations
Color information
#A0D09E (or 0xA0D09E) is known color: Granny Smith Apple. HEX triplet: A0, D0 and 9E. RGB value is (160,208,158). Sum of RGB (Red+Green+Blue) = 160+208+158=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D09E is #5F2F61. Grayscale: #BCBCBC. Windows color (decimal): -6238050 or 10408096. OLE color: 10408096.
HSL color Cylindrical-coordinate representation of color #A0D09E: hue angle of 117.6º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D09E is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 158 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.18 |
| HSL | 117.6º | 0.35% | 0.72% | - |
| HSV(B) | 117.6º | 0.24% | 0.82% | - |
| XYZ | 43.22 | 55.05 | 40.7 | - |
| YUV | 187.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 158 | 0.23 | 0 | 0.24 | 0.18 | 117.6 | 0.35 | 0.72 |
| Hex | A0 | D0 | 9E | 17 | 0 | 18 | 12 | 76 | 23 | 48 |
| Octal | 240 | 320 | 236 | 27 | 0 | 30 | 22 | 166 | 43 | 110 |
| Binary | 10100000 | 11010000 | 10011110 | 10111 | 0 | 11000 | 10010 | 1110110 | 100011 | 1001000 |
Color Harmonies of #A0D09E
Complementary color
Monochromatic Colors of #A0D09E
Black with #A0D09E
Text Example
Text Example
White with #A0D09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D09E; }
p { color: rgb(160,208,158); }
H1.HeaderClassName
{
color: #A0D09E;
}
.AnyTagClassName
{
color: #A0D09E;
}
</style>
background-color css
<style>
a { background-color: #A0D09E; }
a { background-color: rgb(160,208,158); }
div.DivClassName
{
background-color: #A0D09E;
}
.BgClassName
{
background-color: #A0D09E;
}
</style>
border-color css
<style>
span { border-color: #A0D09E; }
span { border-color: rgb(160,208,158); }
td.TdClassName
{
border-color: #A0D09E;
}
.TagClassName
{
border-color: #A0D09E;
}
</style>