Html Css Color HEX #A2E48C Granny Smith Apple
📋 copy color: '#A2E48C'red 162 ◦ green 228 ◦ blue 140
Shades of Granny Smith Apple #A2E48C
Tints of Granny Smith Apple #A2E48C
RGB
CMYK
RGB Variations
Color information
#A2E48C (or 0xA2E48C) is known color: Granny Smith Apple. HEX triplet: A2, E4 and 8C. RGB value is (162,228,140). Sum of RGB (Red+Green+Blue) = 162+228+140=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E48C is #5D1B73. Grayscale: #C6C6C6. Windows color (decimal): -6101876 or 9233570. OLE color: 9233570.
HSL color Cylindrical-coordinate representation of color #A2E48C: hue angle of 105º 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 #A2E48C is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 140 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.11 |
| HSL | 105º | 0.62% | 0.72% | - |
| HSV(B) | 105º | 0.39% | 0.89% | - |
| XYZ | 47.38 | 65.06 | 34.87 | - |
| YUV | 198.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 140 | 0.29 | 0 | 0.39 | 0.11 | 105 | 0.62 | 0.72 |
| Hex | A2 | E4 | 8C | 1D | 0 | 27 | B | 69 | 3E | 48 |
| Octal | 242 | 344 | 214 | 35 | 0 | 47 | 13 | 151 | 76 | 110 |
| Binary | 10100010 | 11100100 | 10001100 | 11101 | 0 | 100111 | 1011 | 1101001 | 111110 | 1001000 |
Color Harmonies of #A2E48C
Complementary color
Monochromatic Colors of #A2E48C
Black with #A2E48C
Text Example
Text Example
White with #A2E48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E48C; }
p { color: rgb(162,228,140); }
H1.HeaderClassName
{
color: #A2E48C;
}
.AnyTagClassName
{
color: #A2E48C;
}
</style>
background-color css
<style>
a { background-color: #A2E48C; }
a { background-color: rgb(162,228,140); }
div.DivClassName
{
background-color: #A2E48C;
}
.BgClassName
{
background-color: #A2E48C;
}
</style>
border-color css
<style>
span { border-color: #A2E48C; }
span { border-color: rgb(162,228,140); }
td.TdClassName
{
border-color: #A2E48C;
}
.TagClassName
{
border-color: #A2E48C;
}
</style>