Html Css Color HEX #A0D89B Granny Smith Apple
📋 copy color: '#A0D89B'red 160 ◦ green 216 ◦ blue 155
Shades of Granny Smith Apple #A0D89B
Tints of Granny Smith Apple #A0D89B
RGB
CMYK
RGB Variations
Color information
#A0D89B (or 0xA0D89B) is known color: Granny Smith Apple. HEX triplet: A0, D8 and 9B. RGB value is (160,216,155). Sum of RGB (Red+Green+Blue) = 160+216+155=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D89B is #5F2764. Grayscale: #C0C0C0. Windows color (decimal): -6236005 or 10213536. OLE color: 10213536.
HSL color Cylindrical-coordinate representation of color #A0D89B: hue angle of 115.08º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0D89B is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 155 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.15 |
| HSL | 115.08º | 0.44% | 0.73% | - |
| HSV(B) | 115.08º | 0.28% | 0.85% | - |
| XYZ | 44.97 | 58.95 | 40.02 | - |
| YUV | 192.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 155 | 0.26 | 0 | 0.28 | 0.15 | 115.08 | 0.44 | 0.73 |
| Hex | A0 | D8 | 9B | 1A | 0 | 1C | F | 73 | 2C | 49 |
| Octal | 240 | 330 | 233 | 32 | 0 | 34 | 17 | 163 | 54 | 111 |
| Binary | 10100000 | 11011000 | 10011011 | 11010 | 0 | 11100 | 1111 | 1110011 | 101100 | 1001001 |
Color Harmonies of #A0D89B
Complementary color
Monochromatic Colors of #A0D89B
Black with #A0D89B
Text Example
Text Example
White with #A0D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D89B; }
p { color: rgb(160,216,155); }
H1.HeaderClassName
{
color: #A0D89B;
}
.AnyTagClassName
{
color: #A0D89B;
}
</style>
background-color css
<style>
a { background-color: #A0D89B; }
a { background-color: rgb(160,216,155); }
div.DivClassName
{
background-color: #A0D89B;
}
.BgClassName
{
background-color: #A0D89B;
}
</style>
border-color css
<style>
span { border-color: #A0D89B; }
span { border-color: rgb(160,216,155); }
td.TdClassName
{
border-color: #A0D89B;
}
.TagClassName
{
border-color: #A0D89B;
}
</style>