Html Css Color HEX #A0D697 Granny Smith Apple
📋 copy color: '#A0D697'red 160 ◦ green 214 ◦ blue 151
Shades of Granny Smith Apple #A0D697
Tints of Granny Smith Apple #A0D697
RGB
CMYK
RGB Variations
Color information
#A0D697 (or 0xA0D697) is known color: Granny Smith Apple. HEX triplet: A0, D6 and 97. RGB value is (160,214,151). Sum of RGB (Red+Green+Blue) = 160+214+151=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D697 is #5F2968. Grayscale: #BEBEBE. Windows color (decimal): -6236521 or 9950880. OLE color: 9950880.
HSL color Cylindrical-coordinate representation of color #A0D697: hue angle of 111.43º 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 #A0D697 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 151 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.16 |
| HSL | 111.43º | 0.43% | 0.72% | - |
| HSV(B) | 111.43º | 0.29% | 0.84% | - |
| XYZ | 44.13 | 57.8 | 38.11 | - |
| YUV | 190.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 151 | 0.25 | 0 | 0.29 | 0.16 | 111.43 | 0.43 | 0.72 |
| Hex | A0 | D6 | 97 | 19 | 0 | 1D | 10 | 6F | 2B | 48 |
| Octal | 240 | 326 | 227 | 31 | 0 | 35 | 20 | 157 | 53 | 110 |
| Binary | 10100000 | 11010110 | 10010111 | 11001 | 0 | 11101 | 10000 | 1101111 | 101011 | 1001000 |
Color Harmonies of #A0D697
Complementary color
Monochromatic Colors of #A0D697
Black with #A0D697
Text Example
Text Example
White with #A0D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D697; }
p { color: rgb(160,214,151); }
H1.HeaderClassName
{
color: #A0D697;
}
.AnyTagClassName
{
color: #A0D697;
}
</style>
background-color css
<style>
a { background-color: #A0D697; }
a { background-color: rgb(160,214,151); }
div.DivClassName
{
background-color: #A0D697;
}
.BgClassName
{
background-color: #A0D697;
}
</style>
border-color css
<style>
span { border-color: #A0D697; }
span { border-color: rgb(160,214,151); }
td.TdClassName
{
border-color: #A0D697;
}
.TagClassName
{
border-color: #A0D697;
}
</style>