Html Css Color HEX #9EDC9D Granny Smith Apple
📋 copy color: '#9EDC9D'red 158 ◦ green 220 ◦ blue 157
Shades of Granny Smith Apple #9EDC9D
Tints of Granny Smith Apple #9EDC9D
RGB
CMYK
RGB Variations
Color information
#9EDC9D (or 0x9EDC9D) is known color: Granny Smith Apple. HEX triplet: 9E, DC and 9D. RGB value is (158,220,157). Sum of RGB (Red+Green+Blue) = 158+220+157=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDC9D is #612362. Grayscale: #C2C2C2. Windows color (decimal): -6366051 or 10345630. OLE color: 10345630.
HSL color Cylindrical-coordinate representation of color #9EDC9D: hue angle of 119.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDC9D is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 157 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.14 |
| HSL | 119.05º | 0.47% | 0.74% | - |
| HSV(B) | 119.05º | 0.29% | 0.86% | - |
| XYZ | 45.78 | 60.89 | 41.24 | - |
| YUV | 194.28 | 106.96 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 157 | 0.28 | 0 | 0.29 | 0.14 | 119.05 | 0.47 | 0.74 |
| Hex | 9E | DC | 9D | 1C | 0 | 1D | E | 77 | 2F | 4A |
| Octal | 236 | 334 | 235 | 34 | 0 | 35 | 16 | 167 | 57 | 112 |
| Binary | 10011110 | 11011100 | 10011101 | 11100 | 0 | 11101 | 1110 | 1110111 | 101111 | 1001010 |
Color Harmonies of #9EDC9D
Complementary color
Monochromatic Colors of #9EDC9D
Black with #9EDC9D
Text Example
Text Example
White with #9EDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC9D; }
p { color: rgb(158,220,157); }
H1.HeaderClassName
{
color: #9EDC9D;
}
.AnyTagClassName
{
color: #9EDC9D;
}
</style>
background-color css
<style>
a { background-color: #9EDC9D; }
a { background-color: rgb(158,220,157); }
div.DivClassName
{
background-color: #9EDC9D;
}
.BgClassName
{
background-color: #9EDC9D;
}
</style>
border-color css
<style>
span { border-color: #9EDC9D; }
span { border-color: rgb(158,220,157); }
td.TdClassName
{
border-color: #9EDC9D;
}
.TagClassName
{
border-color: #9EDC9D;
}
</style>