Html Css Color HEX #A0D39F Granny Smith Apple
📋 copy color: '#A0D39F'red 160 ◦ green 211 ◦ blue 159
Shades of Granny Smith Apple #A0D39F
Tints of Granny Smith Apple #A0D39F
RGB
CMYK
RGB Variations
Color information
#A0D39F (or 0xA0D39F) is known color: Granny Smith Apple. HEX triplet: A0, D3 and 9F. RGB value is (160,211,159). Sum of RGB (Red+Green+Blue) = 160+211+159=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D39F is #5F2C60. Grayscale: #BDBDBD. Windows color (decimal): -6237281 or 10474400. OLE color: 10474400.
HSL color Cylindrical-coordinate representation of color #A0D39F: hue angle of 118.85º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D39F is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 159 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.17 |
| HSL | 118.85º | 0.37% | 0.73% | - |
| HSV(B) | 118.85º | 0.25% | 0.83% | - |
| XYZ | 44.05 | 56.57 | 41.4 | - |
| YUV | 189.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 159 | 0.24 | 0 | 0.25 | 0.17 | 118.85 | 0.37 | 0.73 |
| Hex | A0 | D3 | 9F | 18 | 0 | 19 | 11 | 77 | 25 | 49 |
| Octal | 240 | 323 | 237 | 30 | 0 | 31 | 21 | 167 | 45 | 111 |
| Binary | 10100000 | 11010011 | 10011111 | 11000 | 0 | 11001 | 10001 | 1110111 | 100101 | 1001001 |
Color Harmonies of #A0D39F
Complementary color
Monochromatic Colors of #A0D39F
Black with #A0D39F
Text Example
Text Example
White with #A0D39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D39F; }
p { color: rgb(160,211,159); }
H1.HeaderClassName
{
color: #A0D39F;
}
.AnyTagClassName
{
color: #A0D39F;
}
</style>
background-color css
<style>
a { background-color: #A0D39F; }
a { background-color: rgb(160,211,159); }
div.DivClassName
{
background-color: #A0D39F;
}
.BgClassName
{
background-color: #A0D39F;
}
</style>
border-color css
<style>
span { border-color: #A0D39F; }
span { border-color: rgb(160,211,159); }
td.TdClassName
{
border-color: #A0D39F;
}
.TagClassName
{
border-color: #A0D39F;
}
</style>