Html Css Color HEX #9EDC9E Granny Smith Apple
📋 copy color: '#9EDC9E'red 158 ◦ green 220 ◦ blue 158
Shades of Granny Smith Apple #9EDC9E
Tints of Granny Smith Apple #9EDC9E
RGB
CMYK
RGB Variations
Color information
#9EDC9E (or 0x9EDC9E) is known color: Granny Smith Apple. HEX triplet: 9E, DC and 9E. RGB value is (158,220,158). Sum of RGB (Red+Green+Blue) = 158+220+158=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDC9E is #612361. Grayscale: #C2C2C2. Windows color (decimal): -6366050 or 10411166. OLE color: 10411166.
HSL color Cylindrical-coordinate representation of color #9EDC9E: hue angle of 120º degrees, saturation: 0.47, 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 #9EDC9E is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 158 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.14 |
| HSL | 120º | 0.47% | 0.74% | - |
| HSV(B) | 120º | 0.28% | 0.86% | - |
| XYZ | 45.87 | 60.92 | 41.69 | - |
| YUV | 194.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 158 | 0.28 | 0 | 0.28 | 0.14 | 120 | 0.47 | 0.74 |
| Hex | 9E | DC | 9E | 1C | 0 | 1C | E | 78 | 2F | 4A |
| Octal | 236 | 334 | 236 | 34 | 0 | 34 | 16 | 170 | 57 | 112 |
| Binary | 10011110 | 11011100 | 10011110 | 11100 | 0 | 11100 | 1110 | 1111000 | 101111 | 1001010 |
Color Harmonies of #9EDC9E
Complementary color
Monochromatic Colors of #9EDC9E
Black with #9EDC9E
Text Example
Text Example
White with #9EDC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC9E; }
p { color: rgb(158,220,158); }
H1.HeaderClassName
{
color: #9EDC9E;
}
.AnyTagClassName
{
color: #9EDC9E;
}
</style>
background-color css
<style>
a { background-color: #9EDC9E; }
a { background-color: rgb(158,220,158); }
div.DivClassName
{
background-color: #9EDC9E;
}
.BgClassName
{
background-color: #9EDC9E;
}
</style>
border-color css
<style>
span { border-color: #9EDC9E; }
span { border-color: rgb(158,220,158); }
td.TdClassName
{
border-color: #9EDC9E;
}
.TagClassName
{
border-color: #9EDC9E;
}
</style>