Html Css Color HEX #A4E18E Granny Smith Apple
📋 copy color: '#A4E18E'red 164 ◦ green 225 ◦ blue 142
Shades of Granny Smith Apple #A4E18E
Tints of Granny Smith Apple #A4E18E
RGB
CMYK
RGB Variations
Color information
#A4E18E (or 0xA4E18E) is known color: Granny Smith Apple. HEX triplet: A4, E1 and 8E. RGB value is (164,225,142). Sum of RGB (Red+Green+Blue) = 164+225+142=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E18E is #5B1E71. Grayscale: #C5C5C5. Windows color (decimal): -5971570 or 9363876. OLE color: 9363876.
HSL color Cylindrical-coordinate representation of color #A4E18E: hue angle of 104.1º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4E18E is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 225 | 142 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.12 |
| HSL | 104.1º | 0.58% | 0.72% | - |
| HSV(B) | 104.1º | 0.37% | 0.88% | - |
| XYZ | 47.12 | 63.7 | 35.4 | - |
| YUV | 197.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 142 | 0.27 | 0 | 0.37 | 0.12 | 104.1 | 0.58 | 0.72 |
| Hex | A4 | E1 | 8E | 1B | 0 | 25 | C | 68 | 3A | 48 |
| Octal | 244 | 341 | 216 | 33 | 0 | 45 | 14 | 150 | 72 | 110 |
| Binary | 10100100 | 11100001 | 10001110 | 11011 | 0 | 100101 | 1100 | 1101000 | 111010 | 1001000 |
Color Harmonies of #A4E18E
Complementary color
Monochromatic Colors of #A4E18E
Black with #A4E18E
Text Example
Text Example
White with #A4E18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E18E; }
p { color: rgb(164,225,142); }
H1.HeaderClassName
{
color: #A4E18E;
}
.AnyTagClassName
{
color: #A4E18E;
}
</style>
background-color css
<style>
a { background-color: #A4E18E; }
a { background-color: rgb(164,225,142); }
div.DivClassName
{
background-color: #A4E18E;
}
.BgClassName
{
background-color: #A4E18E;
}
</style>
border-color css
<style>
span { border-color: #A4E18E; }
span { border-color: rgb(164,225,142); }
td.TdClassName
{
border-color: #A4E18E;
}
.TagClassName
{
border-color: #A4E18E;
}
</style>