Html Css Color HEX #A1E48C Granny Smith Apple
📋 copy color: '#A1E48C'red 161 ◦ green 228 ◦ blue 140
Shades of Granny Smith Apple #A1E48C
Tints of Granny Smith Apple #A1E48C
RGB
CMYK
RGB Variations
Color information
#A1E48C (or 0xA1E48C) is known color: Granny Smith Apple. HEX triplet: A1, E4 and 8C. RGB value is (161,228,140). Sum of RGB (Red+Green+Blue) = 161+228+140=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E48C is #5E1B73. Grayscale: #C6C6C6. Windows color (decimal): -6167412 or 9233569. OLE color: 9233569.
HSL color Cylindrical-coordinate representation of color #A1E48C: hue angle of 105.68º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1E48C is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 140 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.11 |
| HSL | 105.68º | 0.62% | 0.72% | - |
| HSV(B) | 105.68º | 0.39% | 0.89% | - |
| XYZ | 47.17 | 64.96 | 34.86 | - |
| YUV | 197.94 | 95.3 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 140 | 0.29 | 0 | 0.39 | 0.11 | 105.68 | 0.62 | 0.72 |
| Hex | A1 | E4 | 8C | 1D | 0 | 27 | B | 6A | 3E | 48 |
| Octal | 241 | 344 | 214 | 35 | 0 | 47 | 13 | 152 | 76 | 110 |
| Binary | 10100001 | 11100100 | 10001100 | 11101 | 0 | 100111 | 1011 | 1101010 | 111110 | 1001000 |
Color Harmonies of #A1E48C
Complementary color
Monochromatic Colors of #A1E48C
Black with #A1E48C
Text Example
Text Example
White with #A1E48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E48C; }
p { color: rgb(161,228,140); }
H1.HeaderClassName
{
color: #A1E48C;
}
.AnyTagClassName
{
color: #A1E48C;
}
</style>
background-color css
<style>
a { background-color: #A1E48C; }
a { background-color: rgb(161,228,140); }
div.DivClassName
{
background-color: #A1E48C;
}
.BgClassName
{
background-color: #A1E48C;
}
</style>
border-color css
<style>
span { border-color: #A1E48C; }
span { border-color: rgb(161,228,140); }
td.TdClassName
{
border-color: #A1E48C;
}
.TagClassName
{
border-color: #A1E48C;
}
</style>