Html Css Color HEX #A1E98E Granny Smith Apple
📋 copy color: '#A1E98E'red 161 ◦ green 233 ◦ blue 142
Shades of Granny Smith Apple #A1E98E
Tints of Granny Smith Apple #A1E98E
RGB
CMYK
RGB Variations
Color information
#A1E98E (or 0xA1E98E) is known color: Granny Smith Apple. HEX triplet: A1, E9 and 8E. RGB value is (161,233,142). Sum of RGB (Red+Green+Blue) = 161+233+142=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E98E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E98E is #5E1671. Grayscale: #C9C9C9. Windows color (decimal): -6166130 or 9365921. OLE color: 9365921.
HSL color Cylindrical-coordinate representation of color #A1E98E: hue angle of 107.47º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1E98E is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 142 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.09 |
| HSL | 107.47º | 0.67% | 0.74% | - |
| HSV(B) | 107.47º | 0.39% | 0.91% | - |
| XYZ | 48.72 | 67.81 | 36.11 | - |
| YUV | 201.1 | 94.65 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 142 | 0.31 | 0 | 0.39 | 0.09 | 107.47 | 0.67 | 0.74 |
| Hex | A1 | E9 | 8E | 1F | 0 | 27 | 9 | 6B | 43 | 4A |
| Octal | 241 | 351 | 216 | 37 | 0 | 47 | 11 | 153 | 103 | 112 |
| Binary | 10100001 | 11101001 | 10001110 | 11111 | 0 | 100111 | 1001 | 1101011 | 1000011 | 1001010 |
Color Harmonies of #A1E98E
Complementary color
Monochromatic Colors of #A1E98E
Black with #A1E98E
Text Example
Text Example
White with #A1E98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E98E; }
p { color: rgb(161,233,142); }
H1.HeaderClassName
{
color: #A1E98E;
}
.AnyTagClassName
{
color: #A1E98E;
}
</style>
background-color css
<style>
a { background-color: #A1E98E; }
a { background-color: rgb(161,233,142); }
div.DivClassName
{
background-color: #A1E98E;
}
.BgClassName
{
background-color: #A1E98E;
}
</style>
border-color css
<style>
span { border-color: #A1E98E; }
span { border-color: rgb(161,233,142); }
td.TdClassName
{
border-color: #A1E98E;
}
.TagClassName
{
border-color: #A1E98E;
}
</style>