Html Css Color HEX #A1E98D Granny Smith Apple
📋 copy color: '#A1E98D'red 161 ◦ green 233 ◦ blue 141
Shades of Granny Smith Apple #A1E98D
Tints of Granny Smith Apple #A1E98D
RGB
CMYK
RGB Variations
Color information
#A1E98D (or 0xA1E98D) is known color: Granny Smith Apple. HEX triplet: A1, E9 and 8D. RGB value is (161,233,141). Sum of RGB (Red+Green+Blue) = 161+233+141=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E98D is #5E1672. Grayscale: #C9C9C9. Windows color (decimal): -6166131 or 9300385. OLE color: 9300385.
HSL color Cylindrical-coordinate representation of color #A1E98D: hue angle of 106.96º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1E98D is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 141 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.09 |
| HSL | 106.96º | 0.68% | 0.73% | - |
| HSV(B) | 106.96º | 0.39% | 0.91% | - |
| XYZ | 48.64 | 67.78 | 35.72 | - |
| YUV | 200.98 | 94.15 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 141 | 0.31 | 0 | 0.39 | 0.09 | 106.96 | 0.68 | 0.73 |
| Hex | A1 | E9 | 8D | 1F | 0 | 27 | 9 | 6B | 44 | 49 |
| Octal | 241 | 351 | 215 | 37 | 0 | 47 | 11 | 153 | 104 | 111 |
| Binary | 10100001 | 11101001 | 10001101 | 11111 | 0 | 100111 | 1001 | 1101011 | 1000100 | 1001001 |
Color Harmonies of #A1E98D
Complementary color
Monochromatic Colors of #A1E98D
Black with #A1E98D
Text Example
Text Example
White with #A1E98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E98D; }
p { color: rgb(161,233,141); }
H1.HeaderClassName
{
color: #A1E98D;
}
.AnyTagClassName
{
color: #A1E98D;
}
</style>
background-color css
<style>
a { background-color: #A1E98D; }
a { background-color: rgb(161,233,141); }
div.DivClassName
{
background-color: #A1E98D;
}
.BgClassName
{
background-color: #A1E98D;
}
</style>
border-color css
<style>
span { border-color: #A1E98D; }
span { border-color: rgb(161,233,141); }
td.TdClassName
{
border-color: #A1E98D;
}
.TagClassName
{
border-color: #A1E98D;
}
</style>