Html Css Color HEX #9EDA8C Granny Smith Apple
📋 copy color: '#9EDA8C'red 158 ◦ green 218 ◦ blue 140
Shades of Granny Smith Apple #9EDA8C
Tints of Granny Smith Apple #9EDA8C
RGB
CMYK
RGB Variations
Color information
#9EDA8C (or 0x9EDA8C) is known color: Granny Smith Apple. HEX triplet: 9E, DA and 8C. RGB value is (158,218,140). Sum of RGB (Red+Green+Blue) = 158+218+140=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDA8C is #612573. Grayscale: #BFBFBF. Windows color (decimal): -6366580 or 9231006. OLE color: 9231006.
HSL color Cylindrical-coordinate representation of color #9EDA8C: hue angle of 106.15º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EDA8C is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 140 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.15 |
| HSL | 106.15º | 0.51% | 0.7% | - |
| HSV(B) | 106.15º | 0.36% | 0.85% | - |
| XYZ | 43.91 | 59.31 | 33.94 | - |
| YUV | 191.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 140 | 0.28 | 0 | 0.36 | 0.15 | 106.15 | 0.51 | 0.7 |
| Hex | 9E | DA | 8C | 1C | 0 | 24 | F | 6A | 33 | 46 |
| Octal | 236 | 332 | 214 | 34 | 0 | 44 | 17 | 152 | 63 | 106 |
| Binary | 10011110 | 11011010 | 10001100 | 11100 | 0 | 100100 | 1111 | 1101010 | 110011 | 1000110 |
Color Harmonies of #9EDA8C
Complementary color
Monochromatic Colors of #9EDA8C
Black with #9EDA8C
Text Example
Text Example
White with #9EDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA8C; }
p { color: rgb(158,218,140); }
H1.HeaderClassName
{
color: #9EDA8C;
}
.AnyTagClassName
{
color: #9EDA8C;
}
</style>
background-color css
<style>
a { background-color: #9EDA8C; }
a { background-color: rgb(158,218,140); }
div.DivClassName
{
background-color: #9EDA8C;
}
.BgClassName
{
background-color: #9EDA8C;
}
</style>
border-color css
<style>
span { border-color: #9EDA8C; }
span { border-color: rgb(158,218,140); }
td.TdClassName
{
border-color: #9EDA8C;
}
.TagClassName
{
border-color: #9EDA8C;
}
</style>