Html Css Color HEX #A1EA8A Granny Smith Apple
📋 copy color: '#A1EA8A'red 161 ◦ green 234 ◦ blue 138
Shades of Granny Smith Apple #A1EA8A
Tints of Granny Smith Apple #A1EA8A
RGB
CMYK
RGB Variations
Color information
#A1EA8A (or 0xA1EA8A) is known color: Granny Smith Apple. HEX triplet: A1, EA and 8A. RGB value is (161,234,138). Sum of RGB (Red+Green+Blue) = 161+234+138=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EA8A is #5E1575. Grayscale: #C9C9C9. Windows color (decimal): -6165878 or 9104033. OLE color: 9104033.
HSL color Cylindrical-coordinate representation of color #A1EA8A: hue angle of 105.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1EA8A is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 138 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.08 |
| HSL | 105.63º | 0.7% | 0.73% | - |
| HSV(B) | 105.63º | 0.41% | 0.92% | - |
| XYZ | 48.71 | 68.26 | 34.65 | - |
| YUV | 201.23 | 92.32 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 138 | 0.31 | 0 | 0.41 | 0.08 | 105.63 | 0.7 | 0.73 |
| Hex | A1 | EA | 8A | 1F | 0 | 29 | 8 | 6A | 46 | 49 |
| Octal | 241 | 352 | 212 | 37 | 0 | 51 | 10 | 152 | 106 | 111 |
| Binary | 10100001 | 11101010 | 10001010 | 11111 | 0 | 101001 | 1000 | 1101010 | 1000110 | 1001001 |
Color Harmonies of #A1EA8A
Complementary color
Monochromatic Colors of #A1EA8A
Black with #A1EA8A
Text Example
Text Example
White with #A1EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EA8A; }
p { color: rgb(161,234,138); }
H1.HeaderClassName
{
color: #A1EA8A;
}
.AnyTagClassName
{
color: #A1EA8A;
}
</style>
background-color css
<style>
a { background-color: #A1EA8A; }
a { background-color: rgb(161,234,138); }
div.DivClassName
{
background-color: #A1EA8A;
}
.BgClassName
{
background-color: #A1EA8A;
}
</style>
border-color css
<style>
span { border-color: #A1EA8A; }
span { border-color: rgb(161,234,138); }
td.TdClassName
{
border-color: #A1EA8A;
}
.TagClassName
{
border-color: #A1EA8A;
}
</style>