Html Css Color HEX #9EDB9B Granny Smith Apple
📋 copy color: '#9EDB9B'red 158 ◦ green 219 ◦ blue 155
Shades of Granny Smith Apple #9EDB9B
Tints of Granny Smith Apple #9EDB9B
RGB
CMYK
RGB Variations
Color information
#9EDB9B (or 0x9EDB9B) is known color: Granny Smith Apple. HEX triplet: 9E, DB and 9B. RGB value is (158,219,155). Sum of RGB (Red+Green+Blue) = 158+219+155=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDB9B is #612464. Grayscale: #C1C1C1. Windows color (decimal): -6366309 or 10214302. OLE color: 10214302.
HSL color Cylindrical-coordinate representation of color #9EDB9B: hue angle of 117.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDB9B is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 155 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.14 |
| HSL | 117.19º | 0.47% | 0.73% | - |
| HSV(B) | 117.19º | 0.29% | 0.86% | - |
| XYZ | 45.35 | 60.3 | 40.26 | - |
| YUV | 193.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 155 | 0.28 | 0 | 0.29 | 0.14 | 117.19 | 0.47 | 0.73 |
| Hex | 9E | DB | 9B | 1C | 0 | 1D | E | 75 | 2F | 49 |
| Octal | 236 | 333 | 233 | 34 | 0 | 35 | 16 | 165 | 57 | 111 |
| Binary | 10011110 | 11011011 | 10011011 | 11100 | 0 | 11101 | 1110 | 1110101 | 101111 | 1001001 |
Color Harmonies of #9EDB9B
Complementary color
Monochromatic Colors of #9EDB9B
Black with #9EDB9B
Text Example
Text Example
White with #9EDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB9B; }
p { color: rgb(158,219,155); }
H1.HeaderClassName
{
color: #9EDB9B;
}
.AnyTagClassName
{
color: #9EDB9B;
}
</style>
background-color css
<style>
a { background-color: #9EDB9B; }
a { background-color: rgb(158,219,155); }
div.DivClassName
{
background-color: #9EDB9B;
}
.BgClassName
{
background-color: #9EDB9B;
}
</style>
border-color css
<style>
span { border-color: #9EDB9B; }
span { border-color: rgb(158,219,155); }
td.TdClassName
{
border-color: #9EDB9B;
}
.TagClassName
{
border-color: #9EDB9B;
}
</style>