Html Css Color HEX #A5F58A Granny Smith Apple
📋 copy color: '#A5F58A'red 165 ◦ green 245 ◦ blue 138
Shades of Granny Smith Apple #A5F58A
Tints of Granny Smith Apple #A5F58A
RGB
CMYK
RGB Variations
Color information
#A5F58A (or 0xA5F58A) is known color: Granny Smith Apple. HEX triplet: A5, F5 and 8A. RGB value is (165,245,138). Sum of RGB (Red+Green+Blue) = 165+245+138=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #A5F58A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F58A is #5A0A75. Grayscale: #D1D1D1. Windows color (decimal): -5900918 or 9106853. OLE color: 9106853.
HSL color Cylindrical-coordinate representation of color #A5F58A: hue angle of 104.86º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5F58A is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 245 | 138 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.04 |
| HSL | 104.86º | 0.84% | 0.75% | - |
| HSV(B) | 104.86º | 0.44% | 0.96% | - |
| XYZ | 52.76 | 75.14 | 35.77 | - |
| YUV | 208.88 | 88 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 245 | 138 | 0.33 | 0 | 0.44 | 0.04 | 104.86 | 0.84 | 0.75 |
| Hex | A5 | F5 | 8A | 21 | 0 | 2C | 4 | 69 | 54 | 4B |
| Octal | 245 | 365 | 212 | 41 | 0 | 54 | 4 | 151 | 124 | 113 |
| Binary | 10100101 | 11110101 | 10001010 | 100001 | 0 | 101100 | 100 | 1101001 | 1010100 | 1001011 |
Color Harmonies of #A5F58A
Complementary color
Monochromatic Colors of #A5F58A
Black with #A5F58A
Text Example
Text Example
White with #A5F58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F58A; }
p { color: rgb(165,245,138); }
H1.HeaderClassName
{
color: #A5F58A;
}
.AnyTagClassName
{
color: #A5F58A;
}
</style>
background-color css
<style>
a { background-color: #A5F58A; }
a { background-color: rgb(165,245,138); }
div.DivClassName
{
background-color: #A5F58A;
}
.BgClassName
{
background-color: #A5F58A;
}
</style>
border-color css
<style>
span { border-color: #A5F58A; }
span { border-color: rgb(165,245,138); }
td.TdClassName
{
border-color: #A5F58A;
}
.TagClassName
{
border-color: #A5F58A;
}
</style>