Html Css Color HEX #9EDB9F Granny Smith Apple
📋 copy color: '#9EDB9F'red 158 ◦ green 219 ◦ blue 159
Shades of Granny Smith Apple #9EDB9F
Tints of Granny Smith Apple #9EDB9F
RGB
CMYK
RGB Variations
Color information
#9EDB9F (or 0x9EDB9F) is known color: Granny Smith Apple. HEX triplet: 9E, DB and 9F. RGB value is (158,219,159). Sum of RGB (Red+Green+Blue) = 158+219+159=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDB9F is #612460. Grayscale: #C2C2C2. Windows color (decimal): -6366305 or 10476446. OLE color: 10476446.
HSL color Cylindrical-coordinate representation of color #9EDB9F: hue angle of 120.98º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDB9F is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 159 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.14 |
| HSL | 120.98º | 0.46% | 0.74% | - |
| HSV(B) | 120.98º | 0.28% | 0.86% | - |
| XYZ | 45.69 | 60.44 | 42.06 | - |
| YUV | 193.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 159 | 0.28 | 0 | 0.27 | 0.14 | 120.98 | 0.46 | 0.74 |
| Hex | 9E | DB | 9F | 1C | 0 | 1B | E | 79 | 2E | 4A |
| Octal | 236 | 333 | 237 | 34 | 0 | 33 | 16 | 171 | 56 | 112 |
| Binary | 10011110 | 11011011 | 10011111 | 11100 | 0 | 11011 | 1110 | 1111001 | 101110 | 1001010 |
Color Harmonies of #9EDB9F
Complementary color
Monochromatic Colors of #9EDB9F
Black with #9EDB9F
Text Example
Text Example
White with #9EDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB9F; }
p { color: rgb(158,219,159); }
H1.HeaderClassName
{
color: #9EDB9F;
}
.AnyTagClassName
{
color: #9EDB9F;
}
</style>
background-color css
<style>
a { background-color: #9EDB9F; }
a { background-color: rgb(158,219,159); }
div.DivClassName
{
background-color: #9EDB9F;
}
.BgClassName
{
background-color: #9EDB9F;
}
</style>
border-color css
<style>
span { border-color: #9EDB9F; }
span { border-color: rgb(158,219,159); }
td.TdClassName
{
border-color: #9EDB9F;
}
.TagClassName
{
border-color: #9EDB9F;
}
</style>