Html Css Color HEX #A0D39D Granny Smith Apple
📋 copy color: '#A0D39D'red 160 ◦ green 211 ◦ blue 157
Shades of Granny Smith Apple #A0D39D
Tints of Granny Smith Apple #A0D39D
RGB
CMYK
RGB Variations
Color information
#A0D39D (or 0xA0D39D) is known color: Granny Smith Apple. HEX triplet: A0, D3 and 9D. RGB value is (160,211,157). Sum of RGB (Red+Green+Blue) = 160+211+157=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D39D is #5F2C62. Grayscale: #BDBDBD. Windows color (decimal): -6237283 or 10343328. OLE color: 10343328.
HSL color Cylindrical-coordinate representation of color #A0D39D: hue angle of 116.67º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D39D is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 157 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.17 |
| HSL | 116.67º | 0.38% | 0.72% | - |
| HSV(B) | 116.67º | 0.26% | 0.83% | - |
| XYZ | 43.88 | 56.5 | 40.49 | - |
| YUV | 189.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 157 | 0.24 | 0 | 0.26 | 0.17 | 116.67 | 0.38 | 0.72 |
| Hex | A0 | D3 | 9D | 18 | 0 | 1A | 11 | 75 | 26 | 48 |
| Octal | 240 | 323 | 235 | 30 | 0 | 32 | 21 | 165 | 46 | 110 |
| Binary | 10100000 | 11010011 | 10011101 | 11000 | 0 | 11010 | 10001 | 1110101 | 100110 | 1001000 |
Color Harmonies of #A0D39D
Complementary color
Monochromatic Colors of #A0D39D
Black with #A0D39D
Text Example
Text Example
White with #A0D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D39D; }
p { color: rgb(160,211,157); }
H1.HeaderClassName
{
color: #A0D39D;
}
.AnyTagClassName
{
color: #A0D39D;
}
</style>
background-color css
<style>
a { background-color: #A0D39D; }
a { background-color: rgb(160,211,157); }
div.DivClassName
{
background-color: #A0D39D;
}
.BgClassName
{
background-color: #A0D39D;
}
</style>
border-color css
<style>
span { border-color: #A0D39D; }
span { border-color: rgb(160,211,157); }
td.TdClassName
{
border-color: #A0D39D;
}
.TagClassName
{
border-color: #A0D39D;
}
</style>