Html Css Color HEX #A3E18D Granny Smith Apple
📋 copy color: '#A3E18D'red 163 ◦ green 225 ◦ blue 141
Shades of Granny Smith Apple #A3E18D
Tints of Granny Smith Apple #A3E18D
RGB
CMYK
RGB Variations
Color information
#A3E18D (or 0xA3E18D) is known color: Granny Smith Apple. HEX triplet: A3, E1 and 8D. RGB value is (163,225,141). Sum of RGB (Red+Green+Blue) = 163+225+141=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E18D is #5C1E72. Grayscale: #C5C5C5. Windows color (decimal): -6037107 or 9298339. OLE color: 9298339.
HSL color Cylindrical-coordinate representation of color #A3E18D: hue angle of 104.29º 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 #A3E18D is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 141 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.12 |
| HSL | 104.29º | 0.58% | 0.72% | - |
| HSV(B) | 104.29º | 0.37% | 0.88% | - |
| XYZ | 46.84 | 63.56 | 35 | - |
| YUV | 196.89 | 96.46 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 141 | 0.28 | 0 | 0.37 | 0.12 | 104.29 | 0.58 | 0.72 |
| Hex | A3 | E1 | 8D | 1C | 0 | 25 | C | 68 | 3A | 48 |
| Octal | 243 | 341 | 215 | 34 | 0 | 45 | 14 | 150 | 72 | 110 |
| Binary | 10100011 | 11100001 | 10001101 | 11100 | 0 | 100101 | 1100 | 1101000 | 111010 | 1001000 |
Color Harmonies of #A3E18D
Complementary color
Monochromatic Colors of #A3E18D
Black with #A3E18D
Text Example
Text Example
White with #A3E18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E18D; }
p { color: rgb(163,225,141); }
H1.HeaderClassName
{
color: #A3E18D;
}
.AnyTagClassName
{
color: #A3E18D;
}
</style>
background-color css
<style>
a { background-color: #A3E18D; }
a { background-color: rgb(163,225,141); }
div.DivClassName
{
background-color: #A3E18D;
}
.BgClassName
{
background-color: #A3E18D;
}
</style>
border-color css
<style>
span { border-color: #A3E18D; }
span { border-color: rgb(163,225,141); }
td.TdClassName
{
border-color: #A3E18D;
}
.TagClassName
{
border-color: #A3E18D;
}
</style>