Html Css Color HEX #9DDD9A Granny Smith Apple
📋 copy color: '#9DDD9A'red 157 ◦ green 221 ◦ blue 154
Shades of Granny Smith Apple #9DDD9A
Tints of Granny Smith Apple #9DDD9A
RGB
CMYK
RGB Variations
Color information
#9DDD9A (or 0x9DDD9A) is known color: Granny Smith Apple. HEX triplet: 9D, DD and 9A. RGB value is (157,221,154). Sum of RGB (Red+Green+Blue) = 157+221+154=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDD9A is #622265. Grayscale: #C2C2C2. Windows color (decimal): -6431334 or 10149277. OLE color: 10149277.
HSL color Cylindrical-coordinate representation of color #9DDD9A: hue angle of 117.31º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDD9A is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 154 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.13 |
| HSL | 117.31º | 0.5% | 0.74% | - |
| HSV(B) | 117.31º | 0.3% | 0.87% | - |
| XYZ | 45.59 | 61.21 | 39.98 | - |
| YUV | 194.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 154 | 0.29 | 0 | 0.30 | 0.13 | 117.31 | 0.5 | 0.74 |
| Hex | 9D | DD | 9A | 1D | 0 | 1E | D | 75 | 32 | 4A |
| Octal | 235 | 335 | 232 | 35 | 0 | 36 | 15 | 165 | 62 | 112 |
| Binary | 10011101 | 11011101 | 10011010 | 11101 | 0 | 11110 | 1101 | 1110101 | 110010 | 1001010 |
Color Harmonies of #9DDD9A
Complementary color
Monochromatic Colors of #9DDD9A
Black with #9DDD9A
Text Example
Text Example
White with #9DDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD9A; }
p { color: rgb(157,221,154); }
H1.HeaderClassName
{
color: #9DDD9A;
}
.AnyTagClassName
{
color: #9DDD9A;
}
</style>
background-color css
<style>
a { background-color: #9DDD9A; }
a { background-color: rgb(157,221,154); }
div.DivClassName
{
background-color: #9DDD9A;
}
.BgClassName
{
background-color: #9DDD9A;
}
</style>
border-color css
<style>
span { border-color: #9DDD9A; }
span { border-color: rgb(157,221,154); }
td.TdClassName
{
border-color: #9DDD9A;
}
.TagClassName
{
border-color: #9DDD9A;
}
</style>