Html Css Color HEX #A5F58D Granny Smith Apple
📋 copy color: '#A5F58D'red 165 ◦ green 245 ◦ blue 141
Shades of Granny Smith Apple #A5F58D
Tints of Granny Smith Apple #A5F58D
RGB
CMYK
RGB Variations
Color information
#A5F58D (or 0xA5F58D) is known color: Granny Smith Apple. HEX triplet: A5, F5 and 8D. RGB value is (165,245,141). Sum of RGB (Red+Green+Blue) = 165+245+141=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #A5F58D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F58D is #5A0A72. Grayscale: #D1D1D1. Windows color (decimal): -5900915 or 9303461. OLE color: 9303461.
HSL color Cylindrical-coordinate representation of color #A5F58D: hue angle of 106.15º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5F58D is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 245 | 141 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.04 |
| HSL | 106.15º | 0.84% | 0.76% | - |
| HSV(B) | 106.15º | 0.42% | 0.96% | - |
| XYZ | 52.98 | 75.23 | 36.93 | - |
| YUV | 209.22 | 89.5 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 245 | 141 | 0.33 | 0 | 0.42 | 0.04 | 106.15 | 0.84 | 0.76 |
| Hex | A5 | F5 | 8D | 21 | 0 | 2A | 4 | 6A | 54 | 4C |
| Octal | 245 | 365 | 215 | 41 | 0 | 52 | 4 | 152 | 124 | 114 |
| Binary | 10100101 | 11110101 | 10001101 | 100001 | 0 | 101010 | 100 | 1101010 | 1010100 | 1001100 |
Color Harmonies of #A5F58D
Complementary color
Monochromatic Colors of #A5F58D
Black with #A5F58D
Text Example
Text Example
White with #A5F58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F58D; }
p { color: rgb(165,245,141); }
H1.HeaderClassName
{
color: #A5F58D;
}
.AnyTagClassName
{
color: #A5F58D;
}
</style>
background-color css
<style>
a { background-color: #A5F58D; }
a { background-color: rgb(165,245,141); }
div.DivClassName
{
background-color: #A5F58D;
}
.BgClassName
{
background-color: #A5F58D;
}
</style>
border-color css
<style>
span { border-color: #A5F58D; }
span { border-color: rgb(165,245,141); }
td.TdClassName
{
border-color: #A5F58D;
}
.TagClassName
{
border-color: #A5F58D;
}
</style>