Html Css Color HEX #9EDD9F Granny Smith Apple
📋 copy color: '#9EDD9F'red 158 ◦ green 221 ◦ blue 159
Shades of Granny Smith Apple #9EDD9F
Tints of Granny Smith Apple #9EDD9F
RGB
CMYK
RGB Variations
Color information
#9EDD9F (or 0x9EDD9F) is known color: Granny Smith Apple. HEX triplet: 9E, DD and 9F. RGB value is (158,221,159). Sum of RGB (Red+Green+Blue) = 158+221+159=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD9F is #612260. Grayscale: #C3C3C3. Windows color (decimal): -6365793 or 10476958. OLE color: 10476958.
HSL color Cylindrical-coordinate representation of color #9EDD9F: hue angle of 120.95º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDD9F is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 159 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.13 |
| HSL | 120.95º | 0.48% | 0.74% | - |
| HSV(B) | 120.95º | 0.29% | 0.87% | - |
| XYZ | 46.22 | 61.49 | 42.23 | - |
| YUV | 195.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 159 | 0.29 | 0 | 0.28 | 0.13 | 120.95 | 0.48 | 0.74 |
| Hex | 9E | DD | 9F | 1D | 0 | 1C | D | 79 | 30 | 4A |
| Octal | 236 | 335 | 237 | 35 | 0 | 34 | 15 | 171 | 60 | 112 |
| Binary | 10011110 | 11011101 | 10011111 | 11101 | 0 | 11100 | 1101 | 1111001 | 110000 | 1001010 |
Color Harmonies of #9EDD9F
Complementary color
Monochromatic Colors of #9EDD9F
Black with #9EDD9F
Text Example
Text Example
White with #9EDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD9F; }
p { color: rgb(158,221,159); }
H1.HeaderClassName
{
color: #9EDD9F;
}
.AnyTagClassName
{
color: #9EDD9F;
}
</style>
background-color css
<style>
a { background-color: #9EDD9F; }
a { background-color: rgb(158,221,159); }
div.DivClassName
{
background-color: #9EDD9F;
}
.BgClassName
{
background-color: #9EDD9F;
}
</style>
border-color css
<style>
span { border-color: #9EDD9F; }
span { border-color: rgb(158,221,159); }
td.TdClassName
{
border-color: #9EDD9F;
}
.TagClassName
{
border-color: #9EDD9F;
}
</style>