Html Css Color HEX #A0D999 Granny Smith Apple
📋 copy color: '#A0D999'red 160 ◦ green 217 ◦ blue 153
Shades of Granny Smith Apple #A0D999
Tints of Granny Smith Apple #A0D999
RGB
CMYK
RGB Variations
Color information
#A0D999 (or 0xA0D999) is known color: Granny Smith Apple. HEX triplet: A0, D9 and 99. RGB value is (160,217,153). Sum of RGB (Red+Green+Blue) = 160+217+153=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D999 is #5F2666. Grayscale: #C0C0C0. Windows color (decimal): -6235751 or 10082720. OLE color: 10082720.
HSL color Cylindrical-coordinate representation of color #A0D999: hue angle of 113.44º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0D999 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 153 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.15 |
| HSL | 113.44º | 0.46% | 0.73% | - |
| HSV(B) | 113.44º | 0.29% | 0.85% | - |
| XYZ | 45.06 | 59.4 | 39.23 | - |
| YUV | 192.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 153 | 0.26 | 0 | 0.29 | 0.15 | 113.44 | 0.46 | 0.73 |
| Hex | A0 | D9 | 99 | 1A | 0 | 1D | F | 71 | 2E | 49 |
| Octal | 240 | 331 | 231 | 32 | 0 | 35 | 17 | 161 | 56 | 111 |
| Binary | 10100000 | 11011001 | 10011001 | 11010 | 0 | 11101 | 1111 | 1110001 | 101110 | 1001001 |
Color Harmonies of #A0D999
Complementary color
Monochromatic Colors of #A0D999
Black with #A0D999
Text Example
Text Example
White with #A0D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D999; }
p { color: rgb(160,217,153); }
H1.HeaderClassName
{
color: #A0D999;
}
.AnyTagClassName
{
color: #A0D999;
}
</style>
background-color css
<style>
a { background-color: #A0D999; }
a { background-color: rgb(160,217,153); }
div.DivClassName
{
background-color: #A0D999;
}
.BgClassName
{
background-color: #A0D999;
}
</style>
border-color css
<style>
span { border-color: #A0D999; }
span { border-color: rgb(160,217,153); }
td.TdClassName
{
border-color: #A0D999;
}
.TagClassName
{
border-color: #A0D999;
}
</style>