Html Css Color HEX #8EDC86 Granny Smith Apple
📋 copy color: '#8EDC86'red 142 ◦ green 220 ◦ blue 134
Shades of Granny Smith Apple #8EDC86
Tints of Granny Smith Apple #8EDC86
RGB
CMYK
RGB Variations
Color information
#8EDC86 (or 0x8EDC86) is known color: Granny Smith Apple. HEX triplet: 8E, DC and 86. RGB value is (142,220,134). Sum of RGB (Red+Green+Blue) = 142+220+134=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDC86 is #712379. Grayscale: #BBBBBB. Windows color (decimal): -7414650 or 8838286. OLE color: 8838286.
HSL color Cylindrical-coordinate representation of color #8EDC86: hue angle of 114.42º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EDC86 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 134 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.14 |
| HSL | 114.42º | 0.55% | 0.69% | - |
| HSV(B) | 114.42º | 0.39% | 0.86% | - |
| XYZ | 41.05 | 58.66 | 31.71 | - |
| YUV | 186.87 | 98.16 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 134 | 0.35 | 0 | 0.39 | 0.14 | 114.42 | 0.55 | 0.69 |
| Hex | 8E | DC | 86 | 23 | 0 | 27 | E | 72 | 37 | 45 |
| Octal | 216 | 334 | 206 | 43 | 0 | 47 | 16 | 162 | 67 | 105 |
| Binary | 10001110 | 11011100 | 10000110 | 100011 | 0 | 100111 | 1110 | 1110010 | 110111 | 1000101 |
Color Harmonies of #8EDC86
Complementary color
Monochromatic Colors of #8EDC86
Black with #8EDC86
Text Example
Text Example
White with #8EDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDC86; }
p { color: rgb(142,220,134); }
H1.HeaderClassName
{
color: #8EDC86;
}
.AnyTagClassName
{
color: #8EDC86;
}
</style>
background-color css
<style>
a { background-color: #8EDC86; }
a { background-color: rgb(142,220,134); }
div.DivClassName
{
background-color: #8EDC86;
}
.BgClassName
{
background-color: #8EDC86;
}
</style>
border-color css
<style>
span { border-color: #8EDC86; }
span { border-color: rgb(142,220,134); }
td.TdClassName
{
border-color: #8EDC86;
}
.TagClassName
{
border-color: #8EDC86;
}
</style>