Html Css Color HEX #A1EC98 Granny Smith Apple
📋 copy color: '#A1EC98'red 161 ◦ green 236 ◦ blue 152
Shades of Granny Smith Apple #A1EC98
Tints of Granny Smith Apple #A1EC98
RGB
CMYK
RGB Variations
Color information
#A1EC98 (or 0xA1EC98) is known color: Granny Smith Apple. HEX triplet: A1, EC and 98. RGB value is (161,236,152). Sum of RGB (Red+Green+Blue) = 161+236+152=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EC98 is #5E1367. Grayscale: #CCCCCC. Windows color (decimal): -6165352 or 10022049. OLE color: 10022049.
HSL color Cylindrical-coordinate representation of color #A1EC98: hue angle of 113.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1EC98 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 152 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.07 |
| HSL | 113.57º | 0.69% | 0.76% | - |
| HSV(B) | 113.57º | 0.36% | 0.93% | - |
| XYZ | 50.36 | 69.83 | 40.53 | - |
| YUV | 204 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 152 | 0.32 | 0 | 0.36 | 0.07 | 113.57 | 0.69 | 0.76 |
| Hex | A1 | EC | 98 | 20 | 0 | 24 | 7 | 72 | 45 | 4C |
| Octal | 241 | 354 | 230 | 40 | 0 | 44 | 7 | 162 | 105 | 114 |
| Binary | 10100001 | 11101100 | 10011000 | 100000 | 0 | 100100 | 111 | 1110010 | 1000101 | 1001100 |
Color Harmonies of #A1EC98
Complementary color
Monochromatic Colors of #A1EC98
Black with #A1EC98
Text Example
Text Example
White with #A1EC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EC98; }
p { color: rgb(161,236,152); }
H1.HeaderClassName
{
color: #A1EC98;
}
.AnyTagClassName
{
color: #A1EC98;
}
</style>
background-color css
<style>
a { background-color: #A1EC98; }
a { background-color: rgb(161,236,152); }
div.DivClassName
{
background-color: #A1EC98;
}
.BgClassName
{
background-color: #A1EC98;
}
</style>
border-color css
<style>
span { border-color: #A1EC98; }
span { border-color: rgb(161,236,152); }
td.TdClassName
{
border-color: #A1EC98;
}
.TagClassName
{
border-color: #A1EC98;
}
</style>