Html Css Color HEX #A0D998 Granny Smith Apple
📋 copy color: '#A0D998'red 160 ◦ green 217 ◦ blue 152
Shades of Granny Smith Apple #A0D998
Tints of Granny Smith Apple #A0D998
RGB
CMYK
RGB Variations
Color information
#A0D998 (or 0xA0D998) is known color: Granny Smith Apple. HEX triplet: A0, D9 and 98. RGB value is (160,217,152). Sum of RGB (Red+Green+Blue) = 160+217+152=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D998 is #5F2667. Grayscale: #C0C0C0. Windows color (decimal): -6235752 or 10017184. OLE color: 10017184.
HSL color Cylindrical-coordinate representation of color #A0D998: hue angle of 112.62º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0D998 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 152 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.15 |
| HSL | 112.62º | 0.46% | 0.72% | - |
| HSV(B) | 112.62º | 0.3% | 0.85% | - |
| XYZ | 44.98 | 59.37 | 38.79 | - |
| YUV | 192.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 152 | 0.26 | 0 | 0.30 | 0.15 | 112.62 | 0.46 | 0.72 |
| Hex | A0 | D9 | 98 | 1A | 0 | 1E | F | 71 | 2E | 48 |
| Octal | 240 | 331 | 230 | 32 | 0 | 36 | 17 | 161 | 56 | 110 |
| Binary | 10100000 | 11011001 | 10011000 | 11010 | 0 | 11110 | 1111 | 1110001 | 101110 | 1001000 |
Color Harmonies of #A0D998
Complementary color
Monochromatic Colors of #A0D998
Black with #A0D998
Text Example
Text Example
White with #A0D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D998; }
p { color: rgb(160,217,152); }
H1.HeaderClassName
{
color: #A0D998;
}
.AnyTagClassName
{
color: #A0D998;
}
</style>
background-color css
<style>
a { background-color: #A0D998; }
a { background-color: rgb(160,217,152); }
div.DivClassName
{
background-color: #A0D998;
}
.BgClassName
{
background-color: #A0D998;
}
</style>
border-color css
<style>
span { border-color: #A0D998; }
span { border-color: rgb(160,217,152); }
td.TdClassName
{
border-color: #A0D998;
}
.TagClassName
{
border-color: #A0D998;
}
</style>