Html Css Color HEX #A0D39C Granny Smith Apple
📋 copy color: '#A0D39C'red 160 ◦ green 211 ◦ blue 156
Shades of Granny Smith Apple #A0D39C
Tints of Granny Smith Apple #A0D39C
RGB
CMYK
RGB Variations
Color information
#A0D39C (or 0xA0D39C) is known color: Granny Smith Apple. HEX triplet: A0, D3 and 9C. RGB value is (160,211,156). Sum of RGB (Red+Green+Blue) = 160+211+156=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D39C is #5F2C63. Grayscale: #BDBDBD. Windows color (decimal): -6237284 or 10277792. OLE color: 10277792.
HSL color Cylindrical-coordinate representation of color #A0D39C: hue angle of 115.64º 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 #A0D39C is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 156 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.17 |
| HSL | 115.64º | 0.38% | 0.72% | - |
| HSV(B) | 115.64º | 0.26% | 0.83% | - |
| XYZ | 43.79 | 56.46 | 40.04 | - |
| YUV | 189.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 156 | 0.24 | 0 | 0.26 | 0.17 | 115.64 | 0.38 | 0.72 |
| Hex | A0 | D3 | 9C | 18 | 0 | 1A | 11 | 74 | 26 | 48 |
| Octal | 240 | 323 | 234 | 30 | 0 | 32 | 21 | 164 | 46 | 110 |
| Binary | 10100000 | 11010011 | 10011100 | 11000 | 0 | 11010 | 10001 | 1110100 | 100110 | 1001000 |
Color Harmonies of #A0D39C
Complementary color
Monochromatic Colors of #A0D39C
Black with #A0D39C
Text Example
Text Example
White with #A0D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D39C; }
p { color: rgb(160,211,156); }
H1.HeaderClassName
{
color: #A0D39C;
}
.AnyTagClassName
{
color: #A0D39C;
}
</style>
background-color css
<style>
a { background-color: #A0D39C; }
a { background-color: rgb(160,211,156); }
div.DivClassName
{
background-color: #A0D39C;
}
.BgClassName
{
background-color: #A0D39C;
}
</style>
border-color css
<style>
span { border-color: #A0D39C; }
span { border-color: rgb(160,211,156); }
td.TdClassName
{
border-color: #A0D39C;
}
.TagClassName
{
border-color: #A0D39C;
}
</style>