Html Css Color HEX #A0D098 Granny Smith Apple
📋 copy color: '#A0D098'red 160 ◦ green 208 ◦ blue 152
Shades of Granny Smith Apple #A0D098
Tints of Granny Smith Apple #A0D098
RGB
CMYK
RGB Variations
Color information
#A0D098 (or 0xA0D098) is known color: Granny Smith Apple. HEX triplet: A0, D0 and 98. RGB value is (160,208,152). Sum of RGB (Red+Green+Blue) = 160+208+152=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D098 is #5F2F67. Grayscale: #BBBBBB. Windows color (decimal): -6238056 or 10014880. OLE color: 10014880.
HSL color Cylindrical-coordinate representation of color #A0D098: hue angle of 111.43º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0D098 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 152 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.18 |
| HSL | 111.43º | 0.37% | 0.71% | - |
| HSV(B) | 111.43º | 0.27% | 0.82% | - |
| XYZ | 42.72 | 54.85 | 38.04 | - |
| YUV | 187.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 152 | 0.23 | 0 | 0.27 | 0.18 | 111.43 | 0.37 | 0.71 |
| Hex | A0 | D0 | 98 | 17 | 0 | 1B | 12 | 6F | 25 | 47 |
| Octal | 240 | 320 | 230 | 27 | 0 | 33 | 22 | 157 | 45 | 107 |
| Binary | 10100000 | 11010000 | 10011000 | 10111 | 0 | 11011 | 10010 | 1101111 | 100101 | 1000111 |
Color Harmonies of #A0D098
Complementary color
Monochromatic Colors of #A0D098
Black with #A0D098
Text Example
Text Example
White with #A0D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D098; }
p { color: rgb(160,208,152); }
H1.HeaderClassName
{
color: #A0D098;
}
.AnyTagClassName
{
color: #A0D098;
}
</style>
background-color css
<style>
a { background-color: #A0D098; }
a { background-color: rgb(160,208,152); }
div.DivClassName
{
background-color: #A0D098;
}
.BgClassName
{
background-color: #A0D098;
}
</style>
border-color css
<style>
span { border-color: #A0D098; }
span { border-color: rgb(160,208,152); }
td.TdClassName
{
border-color: #A0D098;
}
.TagClassName
{
border-color: #A0D098;
}
</style>