Html Css Color HEX #A1E88D Granny Smith Apple
📋 copy color: '#A1E88D'red 161 ◦ green 232 ◦ blue 141
Shades of Granny Smith Apple #A1E88D
Tints of Granny Smith Apple #A1E88D
RGB
CMYK
RGB Variations
Color information
#A1E88D (or 0xA1E88D) is known color: Granny Smith Apple. HEX triplet: A1, E8 and 8D. RGB value is (161,232,141). Sum of RGB (Red+Green+Blue) = 161+232+141=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E88D is #5E1772. Grayscale: #C8C8C8. Windows color (decimal): -6166387 or 9300129. OLE color: 9300129.
HSL color Cylindrical-coordinate representation of color #A1E88D: hue angle of 106.81º degrees, saturation: 0.66, 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 #A1E88D is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 141 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.09 |
| HSL | 106.81º | 0.66% | 0.73% | - |
| HSV(B) | 106.81º | 0.39% | 0.91% | - |
| XYZ | 48.36 | 67.21 | 35.62 | - |
| YUV | 200.4 | 94.48 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 141 | 0.31 | 0 | 0.39 | 0.09 | 106.81 | 0.66 | 0.73 |
| Hex | A1 | E8 | 8D | 1F | 0 | 27 | 9 | 6B | 42 | 49 |
| Octal | 241 | 350 | 215 | 37 | 0 | 47 | 11 | 153 | 102 | 111 |
| Binary | 10100001 | 11101000 | 10001101 | 11111 | 0 | 100111 | 1001 | 1101011 | 1000010 | 1001001 |
Color Harmonies of #A1E88D
Complementary color
Monochromatic Colors of #A1E88D
Black with #A1E88D
Text Example
Text Example
White with #A1E88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E88D; }
p { color: rgb(161,232,141); }
H1.HeaderClassName
{
color: #A1E88D;
}
.AnyTagClassName
{
color: #A1E88D;
}
</style>
background-color css
<style>
a { background-color: #A1E88D; }
a { background-color: rgb(161,232,141); }
div.DivClassName
{
background-color: #A1E88D;
}
.BgClassName
{
background-color: #A1E88D;
}
</style>
border-color css
<style>
span { border-color: #A1E88D; }
span { border-color: rgb(161,232,141); }
td.TdClassName
{
border-color: #A1E88D;
}
.TagClassName
{
border-color: #A1E88D;
}
</style>