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