Html Css Color HEX #A1E494 Granny Smith Apple
📋 copy color: '#A1E494'red 161 ◦ green 228 ◦ blue 148
Shades of Granny Smith Apple #A1E494
Tints of Granny Smith Apple #A1E494
RGB
CMYK
RGB Variations
Color information
#A1E494 (or 0xA1E494) is known color: Granny Smith Apple. HEX triplet: A1, E4 and 94. RGB value is (161,228,148). Sum of RGB (Red+Green+Blue) = 161+228+148=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E494 is #5E1B6B. Grayscale: #C7C7C7. Windows color (decimal): -6167404 or 9757857. OLE color: 9757857.
HSL color Cylindrical-coordinate representation of color #A1E494: hue angle of 110.25º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1E494 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 148 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.11 |
| HSL | 110.25º | 0.6% | 0.74% | - |
| HSV(B) | 110.25º | 0.35% | 0.89% | - |
| XYZ | 47.79 | 65.2 | 38.08 | - |
| YUV | 198.85 | 99.3 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 148 | 0.29 | 0 | 0.35 | 0.11 | 110.25 | 0.6 | 0.74 |
| Hex | A1 | E4 | 94 | 1D | 0 | 23 | B | 6E | 3C | 4A |
| Octal | 241 | 344 | 224 | 35 | 0 | 43 | 13 | 156 | 74 | 112 |
| Binary | 10100001 | 11100100 | 10010100 | 11101 | 0 | 100011 | 1011 | 1101110 | 111100 | 1001010 |
Color Harmonies of #A1E494
Complementary color
Monochromatic Colors of #A1E494
Black with #A1E494
Text Example
Text Example
White with #A1E494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E494; }
p { color: rgb(161,228,148); }
H1.HeaderClassName
{
color: #A1E494;
}
.AnyTagClassName
{
color: #A1E494;
}
</style>
background-color css
<style>
a { background-color: #A1E494; }
a { background-color: rgb(161,228,148); }
div.DivClassName
{
background-color: #A1E494;
}
.BgClassName
{
background-color: #A1E494;
}
</style>
border-color css
<style>
span { border-color: #A1E494; }
span { border-color: rgb(161,228,148); }
td.TdClassName
{
border-color: #A1E494;
}
.TagClassName
{
border-color: #A1E494;
}
</style>