Html Css Color HEX #A5E08F Granny Smith Apple
📋 copy color: '#A5E08F'red 165 ◦ green 224 ◦ blue 143
Shades of Granny Smith Apple #A5E08F
Tints of Granny Smith Apple #A5E08F
RGB
CMYK
RGB Variations
Color information
#A5E08F (or 0xA5E08F) is known color: Granny Smith Apple. HEX triplet: A5, E0 and 8F. RGB value is (165,224,143). Sum of RGB (Red+Green+Blue) = 165+224+143=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E08F is #5A1F70. Grayscale: #C5C5C5. Windows color (decimal): -5906289 or 9429157. OLE color: 9429157.
HSL color Cylindrical-coordinate representation of color #A5E08F: hue angle of 103.7º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5E08F is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 143 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.12 |
| HSL | 103.7º | 0.57% | 0.72% | - |
| HSV(B) | 103.7º | 0.36% | 0.88% | - |
| XYZ | 47.13 | 63.29 | 35.72 | - |
| YUV | 197.13 | 97.45 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 143 | 0.26 | 0 | 0.36 | 0.12 | 103.7 | 0.57 | 0.72 |
| Hex | A5 | E0 | 8F | 1A | 0 | 24 | C | 68 | 39 | 48 |
| Octal | 245 | 340 | 217 | 32 | 0 | 44 | 14 | 150 | 71 | 110 |
| Binary | 10100101 | 11100000 | 10001111 | 11010 | 0 | 100100 | 1100 | 1101000 | 111001 | 1001000 |
Color Harmonies of #A5E08F
Complementary color
Monochromatic Colors of #A5E08F
Black with #A5E08F
Text Example
Text Example
White with #A5E08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E08F; }
p { color: rgb(165,224,143); }
H1.HeaderClassName
{
color: #A5E08F;
}
.AnyTagClassName
{
color: #A5E08F;
}
</style>
background-color css
<style>
a { background-color: #A5E08F; }
a { background-color: rgb(165,224,143); }
div.DivClassName
{
background-color: #A5E08F;
}
.BgClassName
{
background-color: #A5E08F;
}
</style>
border-color css
<style>
span { border-color: #A5E08F; }
span { border-color: rgb(165,224,143); }
td.TdClassName
{
border-color: #A5E08F;
}
.TagClassName
{
border-color: #A5E08F;
}
</style>