Html Css Color HEX #A5E58C Granny Smith Apple
📋 copy color: '#A5E58C'red 165 ◦ green 229 ◦ blue 140
Shades of Granny Smith Apple #A5E58C
Tints of Granny Smith Apple #A5E58C
RGB
CMYK
RGB Variations
Color information
#A5E58C (or 0xA5E58C) is known color: Granny Smith Apple. HEX triplet: A5, E5 and 8C. RGB value is (165,229,140). Sum of RGB (Red+Green+Blue) = 165+229+140=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E58C is #5A1A73. Grayscale: #C8C8C8. Windows color (decimal): -5905012 or 9233829. OLE color: 9233829.
HSL color Cylindrical-coordinate representation of color #A5E58C: hue angle of 103.15º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5E58C is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 140 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.10 |
| HSL | 103.15º | 0.63% | 0.72% | - |
| HSV(B) | 103.15º | 0.39% | 0.9% | - |
| XYZ | 48.27 | 65.93 | 34.99 | - |
| YUV | 199.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 140 | 0.28 | 0 | 0.39 | 0.10 | 103.15 | 0.63 | 0.72 |
| Hex | A5 | E5 | 8C | 1C | 0 | 27 | A | 67 | 3F | 48 |
| Octal | 245 | 345 | 214 | 34 | 0 | 47 | 12 | 147 | 77 | 110 |
| Binary | 10100101 | 11100101 | 10001100 | 11100 | 0 | 100111 | 1010 | 1100111 | 111111 | 1001000 |
Color Harmonies of #A5E58C
Complementary color
Monochromatic Colors of #A5E58C
Black with #A5E58C
Text Example
Text Example
White with #A5E58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E58C; }
p { color: rgb(165,229,140); }
H1.HeaderClassName
{
color: #A5E58C;
}
.AnyTagClassName
{
color: #A5E58C;
}
</style>
background-color css
<style>
a { background-color: #A5E58C; }
a { background-color: rgb(165,229,140); }
div.DivClassName
{
background-color: #A5E58C;
}
.BgClassName
{
background-color: #A5E58C;
}
</style>
border-color css
<style>
span { border-color: #A5E58C; }
span { border-color: rgb(165,229,140); }
td.TdClassName
{
border-color: #A5E58C;
}
.TagClassName
{
border-color: #A5E58C;
}
</style>