Html Css Color HEX #A1E697 Granny Smith Apple
📋 copy color: '#A1E697'red 161 ◦ green 230 ◦ blue 151
Shades of Granny Smith Apple #A1E697
Tints of Granny Smith Apple #A1E697
RGB
CMYK
RGB Variations
Color information
#A1E697 (or 0xA1E697) is known color: Granny Smith Apple. HEX triplet: A1, E6 and 97. RGB value is (161,230,151). Sum of RGB (Red+Green+Blue) = 161+230+151=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E697 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E697 is #5E1968. Grayscale: #C8C8C8. Windows color (decimal): -6166889 or 9954977. OLE color: 9954977.
HSL color Cylindrical-coordinate representation of color #A1E697: hue angle of 112.41º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1E697 is Cyan = 0.3, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 151 | - |
| CMYK | 0.3 | 0 | 0.34 | 0.10 |
| HSL | 112.41º | 0.61% | 0.75% | - |
| HSV(B) | 112.41º | 0.34% | 0.9% | - |
| XYZ | 48.58 | 66.41 | 39.54 | - |
| YUV | 200.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 151 | 0.3 | 0 | 0.34 | 0.10 | 112.41 | 0.61 | 0.75 |
| Hex | A1 | E6 | 97 | 1E | 0 | 22 | A | 70 | 3D | 4B |
| Octal | 241 | 346 | 227 | 36 | 0 | 42 | 12 | 160 | 75 | 113 |
| Binary | 10100001 | 11100110 | 10010111 | 11110 | 0 | 100010 | 1010 | 1110000 | 111101 | 1001011 |
Color Harmonies of #A1E697
Complementary color
Monochromatic Colors of #A1E697
Black with #A1E697
Text Example
Text Example
White with #A1E697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E697; }
p { color: rgb(161,230,151); }
H1.HeaderClassName
{
color: #A1E697;
}
.AnyTagClassName
{
color: #A1E697;
}
</style>
background-color css
<style>
a { background-color: #A1E697; }
a { background-color: rgb(161,230,151); }
div.DivClassName
{
background-color: #A1E697;
}
.BgClassName
{
background-color: #A1E697;
}
</style>
border-color css
<style>
span { border-color: #A1E697; }
span { border-color: rgb(161,230,151); }
td.TdClassName
{
border-color: #A1E697;
}
.TagClassName
{
border-color: #A1E697;
}
</style>