Html Css Color HEX #9EDC8B Granny Smith Apple
📋 copy color: '#9EDC8B'red 158 ◦ green 220 ◦ blue 139
Shades of Granny Smith Apple #9EDC8B
Tints of Granny Smith Apple #9EDC8B
RGB
CMYK
RGB Variations
Color information
#9EDC8B (or 0x9EDC8B) is known color: Granny Smith Apple. HEX triplet: 9E, DC and 8B. RGB value is (158,220,139). Sum of RGB (Red+Green+Blue) = 158+220+139=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDC8B is #612374. Grayscale: #C0C0C0. Windows color (decimal): -6366069 or 9165982. OLE color: 9165982.
HSL color Cylindrical-coordinate representation of color #9EDC8B: hue angle of 105.93º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EDC8B is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 139 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.14 |
| HSL | 105.93º | 0.54% | 0.7% | - |
| HSV(B) | 105.93º | 0.37% | 0.86% | - |
| XYZ | 44.35 | 60.32 | 33.73 | - |
| YUV | 192.23 | 97.96 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 139 | 0.28 | 0 | 0.37 | 0.14 | 105.93 | 0.54 | 0.7 |
| Hex | 9E | DC | 8B | 1C | 0 | 25 | E | 6A | 36 | 46 |
| Octal | 236 | 334 | 213 | 34 | 0 | 45 | 16 | 152 | 66 | 106 |
| Binary | 10011110 | 11011100 | 10001011 | 11100 | 0 | 100101 | 1110 | 1101010 | 110110 | 1000110 |
Color Harmonies of #9EDC8B
Complementary color
Monochromatic Colors of #9EDC8B
Black with #9EDC8B
Text Example
Text Example
White with #9EDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC8B; }
p { color: rgb(158,220,139); }
H1.HeaderClassName
{
color: #9EDC8B;
}
.AnyTagClassName
{
color: #9EDC8B;
}
</style>
background-color css
<style>
a { background-color: #9EDC8B; }
a { background-color: rgb(158,220,139); }
div.DivClassName
{
background-color: #9EDC8B;
}
.BgClassName
{
background-color: #9EDC8B;
}
</style>
border-color css
<style>
span { border-color: #9EDC8B; }
span { border-color: rgb(158,220,139); }
td.TdClassName
{
border-color: #9EDC8B;
}
.TagClassName
{
border-color: #9EDC8B;
}
</style>