Html Css Color HEX #A5E18E Granny Smith Apple
📋 copy color: '#A5E18E'red 165 ◦ green 225 ◦ blue 142
Shades of Granny Smith Apple #A5E18E
Tints of Granny Smith Apple #A5E18E
RGB
CMYK
RGB Variations
Color information
#A5E18E (or 0xA5E18E) is known color: Granny Smith Apple. HEX triplet: A5, E1 and 8E. RGB value is (165,225,142). Sum of RGB (Red+Green+Blue) = 165+225+142=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E18E is #5A1E71. Grayscale: #C5C5C5. Windows color (decimal): -5906034 or 9363877. OLE color: 9363877.
HSL color Cylindrical-coordinate representation of color #A5E18E: hue angle of 103.37º 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 #A5E18E is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 142 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.12 |
| HSL | 103.37º | 0.58% | 0.72% | - |
| HSV(B) | 103.37º | 0.37% | 0.88% | - |
| XYZ | 47.32 | 63.8 | 35.41 | - |
| YUV | 197.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 142 | 0.27 | 0 | 0.37 | 0.12 | 103.37 | 0.58 | 0.72 |
| Hex | A5 | E1 | 8E | 1B | 0 | 25 | C | 67 | 3A | 48 |
| Octal | 245 | 341 | 216 | 33 | 0 | 45 | 14 | 147 | 72 | 110 |
| Binary | 10100101 | 11100001 | 10001110 | 11011 | 0 | 100101 | 1100 | 1100111 | 111010 | 1001000 |
Color Harmonies of #A5E18E
Complementary color
Monochromatic Colors of #A5E18E
Black with #A5E18E
Text Example
Text Example
White with #A5E18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E18E; }
p { color: rgb(165,225,142); }
H1.HeaderClassName
{
color: #A5E18E;
}
.AnyTagClassName
{
color: #A5E18E;
}
</style>
background-color css
<style>
a { background-color: #A5E18E; }
a { background-color: rgb(165,225,142); }
div.DivClassName
{
background-color: #A5E18E;
}
.BgClassName
{
background-color: #A5E18E;
}
</style>
border-color css
<style>
span { border-color: #A5E18E; }
span { border-color: rgb(165,225,142); }
td.TdClassName
{
border-color: #A5E18E;
}
.TagClassName
{
border-color: #A5E18E;
}
</style>