Html Css Color HEX #A0D698 Granny Smith Apple
📋 copy color: '#A0D698'red 160 ◦ green 214 ◦ blue 152
Shades of Granny Smith Apple #A0D698
Tints of Granny Smith Apple #A0D698
RGB
CMYK
RGB Variations
Color information
#A0D698 (or 0xA0D698) is known color: Granny Smith Apple. HEX triplet: A0, D6 and 98. RGB value is (160,214,152). Sum of RGB (Red+Green+Blue) = 160+214+152=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D698 is #5F2967. Grayscale: #BEBEBE. Windows color (decimal): -6236520 or 10016416. OLE color: 10016416.
HSL color Cylindrical-coordinate representation of color #A0D698: hue angle of 112.26º degrees, saturation: 0.43, 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 #A0D698 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 152 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.16 |
| HSL | 112.26º | 0.43% | 0.72% | - |
| HSV(B) | 112.26º | 0.29% | 0.84% | - |
| XYZ | 44.21 | 57.83 | 38.54 | - |
| YUV | 190.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 152 | 0.25 | 0 | 0.29 | 0.16 | 112.26 | 0.43 | 0.72 |
| Hex | A0 | D6 | 98 | 19 | 0 | 1D | 10 | 70 | 2B | 48 |
| Octal | 240 | 326 | 230 | 31 | 0 | 35 | 20 | 160 | 53 | 110 |
| Binary | 10100000 | 11010110 | 10011000 | 11001 | 0 | 11101 | 10000 | 1110000 | 101011 | 1001000 |
Color Harmonies of #A0D698
Complementary color
Monochromatic Colors of #A0D698
Black with #A0D698
Text Example
Text Example
White with #A0D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D698; }
p { color: rgb(160,214,152); }
H1.HeaderClassName
{
color: #A0D698;
}
.AnyTagClassName
{
color: #A0D698;
}
</style>
background-color css
<style>
a { background-color: #A0D698; }
a { background-color: rgb(160,214,152); }
div.DivClassName
{
background-color: #A0D698;
}
.BgClassName
{
background-color: #A0D698;
}
</style>
border-color css
<style>
span { border-color: #A0D698; }
span { border-color: rgb(160,214,152); }
td.TdClassName
{
border-color: #A0D698;
}
.TagClassName
{
border-color: #A0D698;
}
</style>