Html Css Color HEX #A5E28E Granny Smith Apple
📋 copy color: '#A5E28E'red 165 ◦ green 226 ◦ blue 142
Shades of Granny Smith Apple #A5E28E
Tints of Granny Smith Apple #A5E28E
RGB
CMYK
RGB Variations
Color information
#A5E28E (or 0xA5E28E) is known color: Granny Smith Apple. HEX triplet: A5, E2 and 8E. RGB value is (165,226,142). Sum of RGB (Red+Green+Blue) = 165+226+142=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E28E is #5A1D71. Grayscale: #C6C6C6. Windows color (decimal): -5905778 or 9364133. OLE color: 9364133.
HSL color Cylindrical-coordinate representation of color #A5E28E: hue angle of 103.57º degrees, saturation: 0.59, 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 #A5E28E is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 142 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.11 |
| HSL | 103.57º | 0.59% | 0.72% | - |
| HSV(B) | 103.57º | 0.37% | 0.89% | - |
| XYZ | 47.6 | 64.35 | 35.5 | - |
| YUV | 198.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 142 | 0.27 | 0 | 0.37 | 0.11 | 103.57 | 0.59 | 0.72 |
| Hex | A5 | E2 | 8E | 1B | 0 | 25 | B | 68 | 3B | 48 |
| Octal | 245 | 342 | 216 | 33 | 0 | 45 | 13 | 150 | 73 | 110 |
| Binary | 10100101 | 11100010 | 10001110 | 11011 | 0 | 100101 | 1011 | 1101000 | 111011 | 1001000 |
Color Harmonies of #A5E28E
Complementary color
Monochromatic Colors of #A5E28E
Black with #A5E28E
Text Example
Text Example
White with #A5E28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E28E; }
p { color: rgb(165,226,142); }
H1.HeaderClassName
{
color: #A5E28E;
}
.AnyTagClassName
{
color: #A5E28E;
}
</style>
background-color css
<style>
a { background-color: #A5E28E; }
a { background-color: rgb(165,226,142); }
div.DivClassName
{
background-color: #A5E28E;
}
.BgClassName
{
background-color: #A5E28E;
}
</style>
border-color css
<style>
span { border-color: #A5E28E; }
span { border-color: rgb(165,226,142); }
td.TdClassName
{
border-color: #A5E28E;
}
.TagClassName
{
border-color: #A5E28E;
}
</style>