Html Css Color HEX #A0D598 Granny Smith Apple
📋 copy color: '#A0D598'red 160 ◦ green 213 ◦ blue 152
Shades of Granny Smith Apple #A0D598
Tints of Granny Smith Apple #A0D598
RGB
CMYK
RGB Variations
Color information
#A0D598 (or 0xA0D598) is known color: Granny Smith Apple. HEX triplet: A0, D5 and 98. RGB value is (160,213,152). Sum of RGB (Red+Green+Blue) = 160+213+152=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D598 is #5F2A67. Grayscale: #BEBEBE. Windows color (decimal): -6236776 or 10016160. OLE color: 10016160.
HSL color Cylindrical-coordinate representation of color #A0D598: hue angle of 112.13º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0D598 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 152 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.16 |
| HSL | 112.13º | 0.42% | 0.72% | - |
| HSV(B) | 112.13º | 0.29% | 0.84% | - |
| XYZ | 43.96 | 57.33 | 38.45 | - |
| YUV | 190.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 152 | 0.25 | 0 | 0.29 | 0.16 | 112.13 | 0.42 | 0.72 |
| Hex | A0 | D5 | 98 | 19 | 0 | 1D | 10 | 70 | 2A | 48 |
| Octal | 240 | 325 | 230 | 31 | 0 | 35 | 20 | 160 | 52 | 110 |
| Binary | 10100000 | 11010101 | 10011000 | 11001 | 0 | 11101 | 10000 | 1110000 | 101010 | 1001000 |
Color Harmonies of #A0D598
Complementary color
Monochromatic Colors of #A0D598
Black with #A0D598
Text Example
Text Example
White with #A0D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D598; }
p { color: rgb(160,213,152); }
H1.HeaderClassName
{
color: #A0D598;
}
.AnyTagClassName
{
color: #A0D598;
}
</style>
background-color css
<style>
a { background-color: #A0D598; }
a { background-color: rgb(160,213,152); }
div.DivClassName
{
background-color: #A0D598;
}
.BgClassName
{
background-color: #A0D598;
}
</style>
border-color css
<style>
span { border-color: #A0D598; }
span { border-color: rgb(160,213,152); }
td.TdClassName
{
border-color: #A0D598;
}
.TagClassName
{
border-color: #A0D598;
}
</style>