Html Css Color HEX #8EDD86 Granny Smith Apple
📋 copy color: '#8EDD86'red 142 ◦ green 221 ◦ blue 134
Shades of Granny Smith Apple #8EDD86
Tints of Granny Smith Apple #8EDD86
RGB
CMYK
RGB Variations
Color information
#8EDD86 (or 0x8EDD86) is known color: Granny Smith Apple. HEX triplet: 8E, DD and 86. RGB value is (142,221,134). Sum of RGB (Red+Green+Blue) = 142+221+134=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDD86 is #712279. Grayscale: #BBBBBB. Windows color (decimal): -7414394 or 8838542. OLE color: 8838542.
HSL color Cylindrical-coordinate representation of color #8EDD86: hue angle of 114.48º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EDD86 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 134 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.13 |
| HSL | 114.48º | 0.56% | 0.7% | - |
| HSV(B) | 114.48º | 0.39% | 0.87% | - |
| XYZ | 41.31 | 59.18 | 31.8 | - |
| YUV | 187.46 | 97.83 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 134 | 0.36 | 0 | 0.39 | 0.13 | 114.48 | 0.56 | 0.7 |
| Hex | 8E | DD | 86 | 24 | 0 | 27 | D | 72 | 38 | 46 |
| Octal | 216 | 335 | 206 | 44 | 0 | 47 | 15 | 162 | 70 | 106 |
| Binary | 10001110 | 11011101 | 10000110 | 100100 | 0 | 100111 | 1101 | 1110010 | 111000 | 1000110 |
Color Harmonies of #8EDD86
Complementary color
Monochromatic Colors of #8EDD86
Black with #8EDD86
Text Example
Text Example
White with #8EDD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD86; }
p { color: rgb(142,221,134); }
H1.HeaderClassName
{
color: #8EDD86;
}
.AnyTagClassName
{
color: #8EDD86;
}
</style>
background-color css
<style>
a { background-color: #8EDD86; }
a { background-color: rgb(142,221,134); }
div.DivClassName
{
background-color: #8EDD86;
}
.BgClassName
{
background-color: #8EDD86;
}
</style>
border-color css
<style>
span { border-color: #8EDD86; }
span { border-color: rgb(142,221,134); }
td.TdClassName
{
border-color: #8EDD86;
}
.TagClassName
{
border-color: #8EDD86;
}
</style>