Html Css Color HEX #A1E496 Granny Smith Apple
📋 copy color: '#A1E496'red 161 ◦ green 228 ◦ blue 150
Shades of Granny Smith Apple #A1E496
Tints of Granny Smith Apple #A1E496
RGB
CMYK
RGB Variations
Color information
#A1E496 (or 0xA1E496) is known color: Granny Smith Apple. HEX triplet: A1, E4 and 96. RGB value is (161,228,150). Sum of RGB (Red+Green+Blue) = 161+228+150=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E496 is #5E1B69. Grayscale: #C7C7C7. Windows color (decimal): -6167402 or 9888929. OLE color: 9888929.
HSL color Cylindrical-coordinate representation of color #A1E496: hue angle of 111.54º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1E496 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 150 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.11 |
| HSL | 111.54º | 0.59% | 0.74% | - |
| HSV(B) | 111.54º | 0.34% | 0.89% | - |
| XYZ | 47.95 | 65.27 | 38.92 | - |
| YUV | 199.08 | 100.3 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 150 | 0.29 | 0 | 0.34 | 0.11 | 111.54 | 0.59 | 0.74 |
| Hex | A1 | E4 | 96 | 1D | 0 | 22 | B | 70 | 3B | 4A |
| Octal | 241 | 344 | 226 | 35 | 0 | 42 | 13 | 160 | 73 | 112 |
| Binary | 10100001 | 11100100 | 10010110 | 11101 | 0 | 100010 | 1011 | 1110000 | 111011 | 1001010 |
Color Harmonies of #A1E496
Complementary color
Monochromatic Colors of #A1E496
Black with #A1E496
Text Example
Text Example
White with #A1E496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E496; }
p { color: rgb(161,228,150); }
H1.HeaderClassName
{
color: #A1E496;
}
.AnyTagClassName
{
color: #A1E496;
}
</style>
background-color css
<style>
a { background-color: #A1E496; }
a { background-color: rgb(161,228,150); }
div.DivClassName
{
background-color: #A1E496;
}
.BgClassName
{
background-color: #A1E496;
}
</style>
border-color css
<style>
span { border-color: #A1E496; }
span { border-color: rgb(161,228,150); }
td.TdClassName
{
border-color: #A1E496;
}
.TagClassName
{
border-color: #A1E496;
}
</style>