Html Css Color HEX #A1E08D Granny Smith Apple
📋 copy color: '#A1E08D'red 161 ◦ green 224 ◦ blue 141
Shades of Granny Smith Apple #A1E08D
Tints of Granny Smith Apple #A1E08D
RGB
CMYK
RGB Variations
Color information
#A1E08D (or 0xA1E08D) is known color: Granny Smith Apple. HEX triplet: A1, E0 and 8D. RGB value is (161,224,141). Sum of RGB (Red+Green+Blue) = 161+224+141=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E08D is #5E1F72. Grayscale: #C3C3C3. Windows color (decimal): -6168435 or 9298081. OLE color: 9298081.
HSL color Cylindrical-coordinate representation of color #A1E08D: hue angle of 105.54º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1E08D is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 141 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.12 |
| HSL | 105.54º | 0.57% | 0.72% | - |
| HSV(B) | 105.54º | 0.37% | 0.88% | - |
| XYZ | 46.16 | 62.81 | 34.89 | - |
| YUV | 195.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 141 | 0.28 | 0 | 0.37 | 0.12 | 105.54 | 0.57 | 0.72 |
| Hex | A1 | E0 | 8D | 1C | 0 | 25 | C | 6A | 39 | 48 |
| Octal | 241 | 340 | 215 | 34 | 0 | 45 | 14 | 152 | 71 | 110 |
| Binary | 10100001 | 11100000 | 10001101 | 11100 | 0 | 100101 | 1100 | 1101010 | 111001 | 1001000 |
Color Harmonies of #A1E08D
Complementary color
Monochromatic Colors of #A1E08D
Black with #A1E08D
Text Example
Text Example
White with #A1E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E08D; }
p { color: rgb(161,224,141); }
H1.HeaderClassName
{
color: #A1E08D;
}
.AnyTagClassName
{
color: #A1E08D;
}
</style>
background-color css
<style>
a { background-color: #A1E08D; }
a { background-color: rgb(161,224,141); }
div.DivClassName
{
background-color: #A1E08D;
}
.BgClassName
{
background-color: #A1E08D;
}
</style>
border-color css
<style>
span { border-color: #A1E08D; }
span { border-color: rgb(161,224,141); }
td.TdClassName
{
border-color: #A1E08D;
}
.TagClassName
{
border-color: #A1E08D;
}
</style>