Html Css Color HEX #A1E98A Granny Smith Apple
📋 copy color: '#A1E98A'red 161 ◦ green 233 ◦ blue 138
Shades of Granny Smith Apple #A1E98A
Tints of Granny Smith Apple #A1E98A
RGB
CMYK
RGB Variations
Color information
#A1E98A (or 0xA1E98A) is known color: Granny Smith Apple. HEX triplet: A1, E9 and 8A. RGB value is (161,233,138). Sum of RGB (Red+Green+Blue) = 161+233+138=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E98A is #5E1675. Grayscale: #C8C8C8. Windows color (decimal): -6166134 or 9103777. OLE color: 9103777.
HSL color Cylindrical-coordinate representation of color #A1E98A: hue angle of 105.47º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1E98A is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 138 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.09 |
| HSL | 105.47º | 0.68% | 0.73% | - |
| HSV(B) | 105.47º | 0.41% | 0.91% | - |
| XYZ | 48.42 | 67.69 | 34.56 | - |
| YUV | 200.64 | 92.65 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 138 | 0.31 | 0 | 0.41 | 0.09 | 105.47 | 0.68 | 0.73 |
| Hex | A1 | E9 | 8A | 1F | 0 | 29 | 9 | 69 | 44 | 49 |
| Octal | 241 | 351 | 212 | 37 | 0 | 51 | 11 | 151 | 104 | 111 |
| Binary | 10100001 | 11101001 | 10001010 | 11111 | 0 | 101001 | 1001 | 1101001 | 1000100 | 1001001 |
Color Harmonies of #A1E98A
Complementary color
Monochromatic Colors of #A1E98A
Black with #A1E98A
Text Example
Text Example
White with #A1E98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E98A; }
p { color: rgb(161,233,138); }
H1.HeaderClassName
{
color: #A1E98A;
}
.AnyTagClassName
{
color: #A1E98A;
}
</style>
background-color css
<style>
a { background-color: #A1E98A; }
a { background-color: rgb(161,233,138); }
div.DivClassName
{
background-color: #A1E98A;
}
.BgClassName
{
background-color: #A1E98A;
}
</style>
border-color css
<style>
span { border-color: #A1E98A; }
span { border-color: rgb(161,233,138); }
td.TdClassName
{
border-color: #A1E98A;
}
.TagClassName
{
border-color: #A1E98A;
}
</style>