Html Css Color HEX #A1D697 Granny Smith Apple
📋 copy color: '#A1D697'red 161 ◦ green 214 ◦ blue 151
Shades of Granny Smith Apple #A1D697
Tints of Granny Smith Apple #A1D697
RGB
CMYK
RGB Variations
Color information
#A1D697 (or 0xA1D697) is known color: Granny Smith Apple. HEX triplet: A1, D6 and 97. RGB value is (161,214,151). Sum of RGB (Red+Green+Blue) = 161+214+151=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D697 is #5E2968. Grayscale: #BFBFBF. Windows color (decimal): -6170985 or 9950881. OLE color: 9950881.
HSL color Cylindrical-coordinate representation of color #A1D697: hue angle of 110.48º 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 #A1D697 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 151 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.16 |
| HSL | 110.48º | 0.43% | 0.72% | - |
| HSV(B) | 110.48º | 0.29% | 0.84% | - |
| XYZ | 44.33 | 57.9 | 38.12 | - |
| YUV | 190.97 | 105.44 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 151 | 0.25 | 0 | 0.29 | 0.16 | 110.48 | 0.43 | 0.72 |
| Hex | A1 | D6 | 97 | 19 | 0 | 1D | 10 | 6E | 2B | 48 |
| Octal | 241 | 326 | 227 | 31 | 0 | 35 | 20 | 156 | 53 | 110 |
| Binary | 10100001 | 11010110 | 10010111 | 11001 | 0 | 11101 | 10000 | 1101110 | 101011 | 1001000 |
Color Harmonies of #A1D697
Complementary color
Monochromatic Colors of #A1D697
Black with #A1D697
Text Example
Text Example
White with #A1D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D697; }
p { color: rgb(161,214,151); }
H1.HeaderClassName
{
color: #A1D697;
}
.AnyTagClassName
{
color: #A1D697;
}
</style>
background-color css
<style>
a { background-color: #A1D697; }
a { background-color: rgb(161,214,151); }
div.DivClassName
{
background-color: #A1D697;
}
.BgClassName
{
background-color: #A1D697;
}
</style>
border-color css
<style>
span { border-color: #A1D697; }
span { border-color: rgb(161,214,151); }
td.TdClassName
{
border-color: #A1D697;
}
.TagClassName
{
border-color: #A1D697;
}
</style>