Html Css Color HEX #9DCD9C Granny Smith Apple
📋 copy color: '#9DCD9C'red 157 ◦ green 205 ◦ blue 156
Shades of Granny Smith Apple #9DCD9C
Tints of Granny Smith Apple #9DCD9C
RGB
CMYK
RGB Variations
Color information
#9DCD9C (or 0x9DCD9C) is known color: Granny Smith Apple. HEX triplet: 9D, CD and 9C. RGB value is (157,205,156). Sum of RGB (Red+Green+Blue) = 157+205+156=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCD9C is #623263. Grayscale: #B9B9B9. Windows color (decimal): -6435428 or 10276253. OLE color: 10276253.
HSL color Cylindrical-coordinate representation of color #9DCD9C: hue angle of 118.78º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCD9C is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 156 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.20 |
| HSL | 118.78º | 0.33% | 0.71% | - |
| HSV(B) | 118.78º | 0.24% | 0.8% | - |
| XYZ | 41.74 | 53.23 | 39.53 | - |
| YUV | 185.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 156 | 0.23 | 0 | 0.24 | 0.20 | 118.78 | 0.33 | 0.71 |
| Hex | 9D | CD | 9C | 17 | 0 | 18 | 14 | 77 | 21 | 47 |
| Octal | 235 | 315 | 234 | 27 | 0 | 30 | 24 | 167 | 41 | 107 |
| Binary | 10011101 | 11001101 | 10011100 | 10111 | 0 | 11000 | 10100 | 1110111 | 100001 | 1000111 |
Color Harmonies of #9DCD9C
Complementary color
Monochromatic Colors of #9DCD9C
Black with #9DCD9C
Text Example
Text Example
White with #9DCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD9C; }
p { color: rgb(157,205,156); }
H1.HeaderClassName
{
color: #9DCD9C;
}
.AnyTagClassName
{
color: #9DCD9C;
}
</style>
background-color css
<style>
a { background-color: #9DCD9C; }
a { background-color: rgb(157,205,156); }
div.DivClassName
{
background-color: #9DCD9C;
}
.BgClassName
{
background-color: #9DCD9C;
}
</style>
border-color css
<style>
span { border-color: #9DCD9C; }
span { border-color: rgb(157,205,156); }
td.TdClassName
{
border-color: #9DCD9C;
}
.TagClassName
{
border-color: #9DCD9C;
}
</style>