Html Css Color HEX #8EDA8A Granny Smith Apple
📋 copy color: '#8EDA8A'red 142 ◦ green 218 ◦ blue 138
Shades of Granny Smith Apple #8EDA8A
Tints of Granny Smith Apple #8EDA8A
RGB
CMYK
RGB Variations
Color information
#8EDA8A (or 0x8EDA8A) is known color: Granny Smith Apple. HEX triplet: 8E, DA and 8A. RGB value is (142,218,138). Sum of RGB (Red+Green+Blue) = 142+218+138=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDA8A is #712575. Grayscale: #BABABA. Windows color (decimal): -7415158 or 9099918. OLE color: 9099918.
HSL color Cylindrical-coordinate representation of color #8EDA8A: hue angle of 117º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EDA8A is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 138 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.15 |
| HSL | 117º | 0.52% | 0.7% | - |
| HSV(B) | 117º | 0.37% | 0.85% | - |
| XYZ | 40.81 | 57.73 | 33.04 | - |
| YUV | 186.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 138 | 0.35 | 0 | 0.37 | 0.15 | 117 | 0.52 | 0.7 |
| Hex | 8E | DA | 8A | 23 | 0 | 25 | F | 75 | 34 | 46 |
| Octal | 216 | 332 | 212 | 43 | 0 | 45 | 17 | 165 | 64 | 106 |
| Binary | 10001110 | 11011010 | 10001010 | 100011 | 0 | 100101 | 1111 | 1110101 | 110100 | 1000110 |
Color Harmonies of #8EDA8A
Complementary color
Monochromatic Colors of #8EDA8A
Black with #8EDA8A
Text Example
Text Example
White with #8EDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA8A; }
p { color: rgb(142,218,138); }
H1.HeaderClassName
{
color: #8EDA8A;
}
.AnyTagClassName
{
color: #8EDA8A;
}
</style>
background-color css
<style>
a { background-color: #8EDA8A; }
a { background-color: rgb(142,218,138); }
div.DivClassName
{
background-color: #8EDA8A;
}
.BgClassName
{
background-color: #8EDA8A;
}
</style>
border-color css
<style>
span { border-color: #8EDA8A; }
span { border-color: rgb(142,218,138); }
td.TdClassName
{
border-color: #8EDA8A;
}
.TagClassName
{
border-color: #8EDA8A;
}
</style>