Html Css Color HEX #9EDD9D Granny Smith Apple
📋 copy color: '#9EDD9D'red 158 ◦ green 221 ◦ blue 157
Shades of Granny Smith Apple #9EDD9D
Tints of Granny Smith Apple #9EDD9D
RGB
CMYK
RGB Variations
Color information
#9EDD9D (or 0x9EDD9D) is known color: Granny Smith Apple. HEX triplet: 9E, DD and 9D. RGB value is (158,221,157). Sum of RGB (Red+Green+Blue) = 158+221+157=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD9D is #612262. Grayscale: #C3C3C3. Windows color (decimal): -6365795 or 10345886. OLE color: 10345886.
HSL color Cylindrical-coordinate representation of color #9EDD9D: hue angle of 119.06º 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 #9EDD9D is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 157 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.13 |
| HSL | 119.06º | 0.48% | 0.74% | - |
| HSV(B) | 119.06º | 0.29% | 0.87% | - |
| XYZ | 46.04 | 61.42 | 41.33 | - |
| YUV | 194.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 157 | 0.29 | 0 | 0.29 | 0.13 | 119.06 | 0.48 | 0.74 |
| Hex | 9E | DD | 9D | 1D | 0 | 1D | D | 77 | 30 | 4A |
| Octal | 236 | 335 | 235 | 35 | 0 | 35 | 15 | 167 | 60 | 112 |
| Binary | 10011110 | 11011101 | 10011101 | 11101 | 0 | 11101 | 1101 | 1110111 | 110000 | 1001010 |
Color Harmonies of #9EDD9D
Complementary color
Monochromatic Colors of #9EDD9D
Black with #9EDD9D
Text Example
Text Example
White with #9EDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD9D; }
p { color: rgb(158,221,157); }
H1.HeaderClassName
{
color: #9EDD9D;
}
.AnyTagClassName
{
color: #9EDD9D;
}
</style>
background-color css
<style>
a { background-color: #9EDD9D; }
a { background-color: rgb(158,221,157); }
div.DivClassName
{
background-color: #9EDD9D;
}
.BgClassName
{
background-color: #9EDD9D;
}
</style>
border-color css
<style>
span { border-color: #9EDD9D; }
span { border-color: rgb(158,221,157); }
td.TdClassName
{
border-color: #9EDD9D;
}
.TagClassName
{
border-color: #9EDD9D;
}
</style>