Html Css Color HEX #A5E38E Granny Smith Apple
📋 copy color: '#A5E38E'red 165 ◦ green 227 ◦ blue 142
Shades of Granny Smith Apple #A5E38E
Tints of Granny Smith Apple #A5E38E
RGB
CMYK
RGB Variations
Color information
#A5E38E (or 0xA5E38E) is known color: Granny Smith Apple. HEX triplet: A5, E3 and 8E. RGB value is (165,227,142). Sum of RGB (Red+Green+Blue) = 165+227+142=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E38E is #5A1C71. Grayscale: #C7C7C7. Windows color (decimal): -5905522 or 9364389. OLE color: 9364389.
HSL color Cylindrical-coordinate representation of color #A5E38E: hue angle of 103.76º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5E38E is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 142 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.11 |
| HSL | 103.76º | 0.6% | 0.72% | - |
| HSV(B) | 103.76º | 0.37% | 0.89% | - |
| XYZ | 47.87 | 64.89 | 35.59 | - |
| YUV | 198.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 142 | 0.27 | 0 | 0.37 | 0.11 | 103.76 | 0.6 | 0.72 |
| Hex | A5 | E3 | 8E | 1B | 0 | 25 | B | 68 | 3C | 48 |
| Octal | 245 | 343 | 216 | 33 | 0 | 45 | 13 | 150 | 74 | 110 |
| Binary | 10100101 | 11100011 | 10001110 | 11011 | 0 | 100101 | 1011 | 1101000 | 111100 | 1001000 |
Color Harmonies of #A5E38E
Complementary color
Monochromatic Colors of #A5E38E
Black with #A5E38E
Text Example
Text Example
White with #A5E38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E38E; }
p { color: rgb(165,227,142); }
H1.HeaderClassName
{
color: #A5E38E;
}
.AnyTagClassName
{
color: #A5E38E;
}
</style>
background-color css
<style>
a { background-color: #A5E38E; }
a { background-color: rgb(165,227,142); }
div.DivClassName
{
background-color: #A5E38E;
}
.BgClassName
{
background-color: #A5E38E;
}
</style>
border-color css
<style>
span { border-color: #A5E38E; }
span { border-color: rgb(165,227,142); }
td.TdClassName
{
border-color: #A5E38E;
}
.TagClassName
{
border-color: #A5E38E;
}
</style>