Html Css Color HEX #9DDE9D Granny Smith Apple
📋 copy color: '#9DDE9D'red 157 ◦ green 222 ◦ blue 157
Shades of Granny Smith Apple #9DDE9D
Tints of Granny Smith Apple #9DDE9D
RGB
CMYK
RGB Variations
Color information
#9DDE9D (or 0x9DDE9D) is known color: Granny Smith Apple. HEX triplet: 9D, DE and 9D. RGB value is (157,222,157). Sum of RGB (Red+Green+Blue) = 157+222+157=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDE9D is #622162. Grayscale: #C3C3C3. Windows color (decimal): -6431075 or 10346141. OLE color: 10346141.
HSL color Cylindrical-coordinate representation of color #9DDE9D: hue angle of 120º degrees, saturation: 0.5, 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 #9DDE9D is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 157 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.13 |
| HSL | 120º | 0.5% | 0.74% | - |
| HSV(B) | 120º | 0.29% | 0.87% | - |
| XYZ | 46.11 | 61.84 | 41.41 | - |
| YUV | 195.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 157 | 0.29 | 0 | 0.29 | 0.13 | 120 | 0.5 | 0.74 |
| Hex | 9D | DE | 9D | 1D | 0 | 1D | D | 78 | 32 | 4A |
| Octal | 235 | 336 | 235 | 35 | 0 | 35 | 15 | 170 | 62 | 112 |
| Binary | 10011101 | 11011110 | 10011101 | 11101 | 0 | 11101 | 1101 | 1111000 | 110010 | 1001010 |
Color Harmonies of #9DDE9D
Complementary color
Monochromatic Colors of #9DDE9D
Black with #9DDE9D
Text Example
Text Example
White with #9DDE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDE9D; }
p { color: rgb(157,222,157); }
H1.HeaderClassName
{
color: #9DDE9D;
}
.AnyTagClassName
{
color: #9DDE9D;
}
</style>
background-color css
<style>
a { background-color: #9DDE9D; }
a { background-color: rgb(157,222,157); }
div.DivClassName
{
background-color: #9DDE9D;
}
.BgClassName
{
background-color: #9DDE9D;
}
</style>
border-color css
<style>
span { border-color: #9DDE9D; }
span { border-color: rgb(157,222,157); }
td.TdClassName
{
border-color: #9DDE9D;
}
.TagClassName
{
border-color: #9DDE9D;
}
</style>