Html Css Color HEX #A4E48D Granny Smith Apple
📋 copy color: '#A4E48D'red 164 ◦ green 228 ◦ blue 141
Shades of Granny Smith Apple #A4E48D
Tints of Granny Smith Apple #A4E48D
RGB
CMYK
RGB Variations
Color information
#A4E48D (or 0xA4E48D) is known color: Granny Smith Apple. HEX triplet: A4, E4 and 8D. RGB value is (164,228,141). Sum of RGB (Red+Green+Blue) = 164+228+141=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E48D is #5B1B72. Grayscale: #C7C7C7. Windows color (decimal): -5970803 or 9299108. OLE color: 9299108.
HSL color Cylindrical-coordinate representation of color #A4E48D: hue angle of 104.14º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4E48D is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 228 | 141 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.11 |
| HSL | 104.14º | 0.62% | 0.72% | - |
| HSV(B) | 104.14º | 0.38% | 0.89% | - |
| XYZ | 47.86 | 65.3 | 35.28 | - |
| YUV | 198.95 | 95.3 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 228 | 141 | 0.28 | 0 | 0.38 | 0.11 | 104.14 | 0.62 | 0.72 |
| Hex | A4 | E4 | 8D | 1C | 0 | 26 | B | 68 | 3E | 48 |
| Octal | 244 | 344 | 215 | 34 | 0 | 46 | 13 | 150 | 76 | 110 |
| Binary | 10100100 | 11100100 | 10001101 | 11100 | 0 | 100110 | 1011 | 1101000 | 111110 | 1001000 |
Color Harmonies of #A4E48D
Complementary color
Monochromatic Colors of #A4E48D
Black with #A4E48D
Text Example
Text Example
White with #A4E48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E48D; }
p { color: rgb(164,228,141); }
H1.HeaderClassName
{
color: #A4E48D;
}
.AnyTagClassName
{
color: #A4E48D;
}
</style>
background-color css
<style>
a { background-color: #A4E48D; }
a { background-color: rgb(164,228,141); }
div.DivClassName
{
background-color: #A4E48D;
}
.BgClassName
{
background-color: #A4E48D;
}
</style>
border-color css
<style>
span { border-color: #A4E48D; }
span { border-color: rgb(164,228,141); }
td.TdClassName
{
border-color: #A4E48D;
}
.TagClassName
{
border-color: #A4E48D;
}
</style>