Html Css Color HEX #9DCD9A Granny Smith Apple
📋 copy color: '#9DCD9A'red 157 ◦ green 205 ◦ blue 154
Shades of Granny Smith Apple #9DCD9A
Tints of Granny Smith Apple #9DCD9A
RGB
CMYK
RGB Variations
Color information
#9DCD9A (or 0x9DCD9A) is known color: Granny Smith Apple. HEX triplet: 9D, CD and 9A. RGB value is (157,205,154). Sum of RGB (Red+Green+Blue) = 157+205+154=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCD9A is #623265. Grayscale: #B8B8B8. Windows color (decimal): -6435430 or 10145181. OLE color: 10145181.
HSL color Cylindrical-coordinate representation of color #9DCD9A: hue angle of 116.47º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DCD9A is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 154 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.20 |
| HSL | 116.47º | 0.34% | 0.7% | - |
| HSV(B) | 116.47º | 0.25% | 0.8% | - |
| XYZ | 41.57 | 53.16 | 38.64 | - |
| YUV | 184.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 154 | 0.23 | 0 | 0.25 | 0.20 | 116.47 | 0.34 | 0.7 |
| Hex | 9D | CD | 9A | 17 | 0 | 19 | 14 | 74 | 22 | 46 |
| Octal | 235 | 315 | 232 | 27 | 0 | 31 | 24 | 164 | 42 | 106 |
| Binary | 10011101 | 11001101 | 10011010 | 10111 | 0 | 11001 | 10100 | 1110100 | 100010 | 1000110 |
Color Harmonies of #9DCD9A
Complementary color
Monochromatic Colors of #9DCD9A
Black with #9DCD9A
Text Example
Text Example
White with #9DCD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD9A; }
p { color: rgb(157,205,154); }
H1.HeaderClassName
{
color: #9DCD9A;
}
.AnyTagClassName
{
color: #9DCD9A;
}
</style>
background-color css
<style>
a { background-color: #9DCD9A; }
a { background-color: rgb(157,205,154); }
div.DivClassName
{
background-color: #9DCD9A;
}
.BgClassName
{
background-color: #9DCD9A;
}
</style>
border-color css
<style>
span { border-color: #9DCD9A; }
span { border-color: rgb(157,205,154); }
td.TdClassName
{
border-color: #9DCD9A;
}
.TagClassName
{
border-color: #9DCD9A;
}
</style>