Html Css Color HEX #A5E88F Granny Smith Apple
📋 copy color: '#A5E88F'red 165 ◦ green 232 ◦ blue 143
Shades of Granny Smith Apple #A5E88F
Tints of Granny Smith Apple #A5E88F
RGB
CMYK
RGB Variations
Color information
#A5E88F (or 0xA5E88F) is known color: Granny Smith Apple. HEX triplet: A5, E8 and 8F. RGB value is (165,232,143). Sum of RGB (Red+Green+Blue) = 165+232+143=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E88F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E88F is #5A1770. Grayscale: #CACACA. Windows color (decimal): -5904241 or 9431205. OLE color: 9431205.
HSL color Cylindrical-coordinate representation of color #A5E88F: hue angle of 105.17º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5E88F is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 143 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.09 |
| HSL | 105.17º | 0.66% | 0.74% | - |
| HSV(B) | 105.17º | 0.38% | 0.91% | - |
| XYZ | 49.33 | 67.7 | 36.45 | - |
| YUV | 201.82 | 94.8 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 143 | 0.29 | 0 | 0.38 | 0.09 | 105.17 | 0.66 | 0.74 |
| Hex | A5 | E8 | 8F | 1D | 0 | 26 | 9 | 69 | 42 | 4A |
| Octal | 245 | 350 | 217 | 35 | 0 | 46 | 11 | 151 | 102 | 112 |
| Binary | 10100101 | 11101000 | 10001111 | 11101 | 0 | 100110 | 1001 | 1101001 | 1000010 | 1001010 |
Color Harmonies of #A5E88F
Complementary color
Monochromatic Colors of #A5E88F
Black with #A5E88F
Text Example
Text Example
White with #A5E88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E88F; }
p { color: rgb(165,232,143); }
H1.HeaderClassName
{
color: #A5E88F;
}
.AnyTagClassName
{
color: #A5E88F;
}
</style>
background-color css
<style>
a { background-color: #A5E88F; }
a { background-color: rgb(165,232,143); }
div.DivClassName
{
background-color: #A5E88F;
}
.BgClassName
{
background-color: #A5E88F;
}
</style>
border-color css
<style>
span { border-color: #A5E88F; }
span { border-color: rgb(165,232,143); }
td.TdClassName
{
border-color: #A5E88F;
}
.TagClassName
{
border-color: #A5E88F;
}
</style>