Html Css Color HEX #A1EB8D Granny Smith Apple
📋 copy color: '#A1EB8D'red 161 ◦ green 235 ◦ blue 141
Shades of Granny Smith Apple #A1EB8D
Tints of Granny Smith Apple #A1EB8D
RGB
CMYK
RGB Variations
Color information
#A1EB8D (or 0xA1EB8D) is known color: Granny Smith Apple. HEX triplet: A1, EB and 8D. RGB value is (161,235,141). Sum of RGB (Red+Green+Blue) = 161+235+141=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EB8D is #5E1472. Grayscale: #CACACA. Windows color (decimal): -6165619 or 9300897. OLE color: 9300897.
HSL color Cylindrical-coordinate representation of color #A1EB8D: hue angle of 107.23º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1EB8D is Cyan = 0.31, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 141 | - |
| CMYK | 0.31 | 0 | 0.4 | 0.08 |
| HSL | 107.23º | 0.7% | 0.74% | - |
| HSV(B) | 107.23º | 0.4% | 0.92% | - |
| XYZ | 49.21 | 68.92 | 35.91 | - |
| YUV | 202.16 | 93.48 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 141 | 0.31 | 0 | 0.4 | 0.08 | 107.23 | 0.7 | 0.74 |
| Hex | A1 | EB | 8D | 1F | 0 | 28 | 8 | 6B | 46 | 4A |
| Octal | 241 | 353 | 215 | 37 | 0 | 50 | 10 | 153 | 106 | 112 |
| Binary | 10100001 | 11101011 | 10001101 | 11111 | 0 | 101000 | 1000 | 1101011 | 1000110 | 1001010 |
Color Harmonies of #A1EB8D
Complementary color
Monochromatic Colors of #A1EB8D
Black with #A1EB8D
Text Example
Text Example
White with #A1EB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EB8D; }
p { color: rgb(161,235,141); }
H1.HeaderClassName
{
color: #A1EB8D;
}
.AnyTagClassName
{
color: #A1EB8D;
}
</style>
background-color css
<style>
a { background-color: #A1EB8D; }
a { background-color: rgb(161,235,141); }
div.DivClassName
{
background-color: #A1EB8D;
}
.BgClassName
{
background-color: #A1EB8D;
}
</style>
border-color css
<style>
span { border-color: #A1EB8D; }
span { border-color: rgb(161,235,141); }
td.TdClassName
{
border-color: #A1EB8D;
}
.TagClassName
{
border-color: #A1EB8D;
}
</style>