Html Css Color HEX #9DDF9D Granny Smith Apple
📋 copy color: '#9DDF9D'red 157 ◦ green 223 ◦ blue 157
Shades of Granny Smith Apple #9DDF9D
Tints of Granny Smith Apple #9DDF9D
RGB
CMYK
RGB Variations
Color information
#9DDF9D (or 0x9DDF9D) is known color: Granny Smith Apple. HEX triplet: 9D, DF and 9D. RGB value is (157,223,157). Sum of RGB (Red+Green+Blue) = 157+223+157=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDF9D is #622062. Grayscale: #C3C3C3. Windows color (decimal): -6430819 or 10346397. OLE color: 10346397.
HSL color Cylindrical-coordinate representation of color #9DDF9D: hue angle of 120º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDF9D is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 157 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.13 |
| HSL | 120º | 0.51% | 0.75% | - |
| HSV(B) | 120º | 0.3% | 0.87% | - |
| XYZ | 46.38 | 62.38 | 41.49 | - |
| YUV | 195.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 157 | 0.30 | 0 | 0.30 | 0.13 | 120 | 0.51 | 0.75 |
| Hex | 9D | DF | 9D | 1E | 0 | 1E | D | 78 | 33 | 4B |
| Octal | 235 | 337 | 235 | 36 | 0 | 36 | 15 | 170 | 63 | 113 |
| Binary | 10011101 | 11011111 | 10011101 | 11110 | 0 | 11110 | 1101 | 1111000 | 110011 | 1001011 |
Color Harmonies of #9DDF9D
Complementary color
Monochromatic Colors of #9DDF9D
Black with #9DDF9D
Text Example
Text Example
White with #9DDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF9D; }
p { color: rgb(157,223,157); }
H1.HeaderClassName
{
color: #9DDF9D;
}
.AnyTagClassName
{
color: #9DDF9D;
}
</style>
background-color css
<style>
a { background-color: #9DDF9D; }
a { background-color: rgb(157,223,157); }
div.DivClassName
{
background-color: #9DDF9D;
}
.BgClassName
{
background-color: #9DDF9D;
}
</style>
border-color css
<style>
span { border-color: #9DDF9D; }
span { border-color: rgb(157,223,157); }
td.TdClassName
{
border-color: #9DDF9D;
}
.TagClassName
{
border-color: #9DDF9D;
}
</style>