Html Css Color HEX #9EDD8B Granny Smith Apple
📋 copy color: '#9EDD8B'red 158 ◦ green 221 ◦ blue 139
Shades of Granny Smith Apple #9EDD8B
Tints of Granny Smith Apple #9EDD8B
RGB
CMYK
RGB Variations
Color information
#9EDD8B (or 0x9EDD8B) is known color: Granny Smith Apple. HEX triplet: 9E, DD and 8B. RGB value is (158,221,139). Sum of RGB (Red+Green+Blue) = 158+221+139=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD8B is #612274. Grayscale: #C1C1C1. Windows color (decimal): -6365813 or 9166238. OLE color: 9166238.
HSL color Cylindrical-coordinate representation of color #9EDD8B: hue angle of 106.1º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EDD8B is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 139 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.13 |
| HSL | 106.1º | 0.55% | 0.71% | - |
| HSV(B) | 106.1º | 0.37% | 0.87% | - |
| XYZ | 44.62 | 60.85 | 33.82 | - |
| YUV | 192.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 139 | 0.29 | 0 | 0.37 | 0.13 | 106.1 | 0.55 | 0.71 |
| Hex | 9E | DD | 8B | 1D | 0 | 25 | D | 6A | 37 | 47 |
| Octal | 236 | 335 | 213 | 35 | 0 | 45 | 15 | 152 | 67 | 107 |
| Binary | 10011110 | 11011101 | 10001011 | 11101 | 0 | 100101 | 1101 | 1101010 | 110111 | 1000111 |
Color Harmonies of #9EDD8B
Complementary color
Monochromatic Colors of #9EDD8B
Black with #9EDD8B
Text Example
Text Example
White with #9EDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD8B; }
p { color: rgb(158,221,139); }
H1.HeaderClassName
{
color: #9EDD8B;
}
.AnyTagClassName
{
color: #9EDD8B;
}
</style>
background-color css
<style>
a { background-color: #9EDD8B; }
a { background-color: rgb(158,221,139); }
div.DivClassName
{
background-color: #9EDD8B;
}
.BgClassName
{
background-color: #9EDD8B;
}
</style>
border-color css
<style>
span { border-color: #9EDD8B; }
span { border-color: rgb(158,221,139); }
td.TdClassName
{
border-color: #9EDD8B;
}
.TagClassName
{
border-color: #9EDD8B;
}
</style>