Html Css Color HEX #9DDC8B Granny Smith Apple
📋 copy color: '#9DDC8B'red 157 ◦ green 220 ◦ blue 139
Shades of Granny Smith Apple #9DDC8B
Tints of Granny Smith Apple #9DDC8B
RGB
CMYK
RGB Variations
Color information
#9DDC8B (or 0x9DDC8B) is known color: Granny Smith Apple. HEX triplet: 9D, DC and 8B. RGB value is (157,220,139). Sum of RGB (Red+Green+Blue) = 157+220+139=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC8B is #622374. Grayscale: #C0C0C0. Windows color (decimal): -6431605 or 9165981. OLE color: 9165981.
HSL color Cylindrical-coordinate representation of color #9DDC8B: hue angle of 106.67º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DDC8B is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 139 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.14 |
| HSL | 106.67º | 0.54% | 0.7% | - |
| HSV(B) | 106.67º | 0.37% | 0.86% | - |
| XYZ | 44.16 | 60.22 | 33.72 | - |
| YUV | 191.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 139 | 0.29 | 0 | 0.37 | 0.14 | 106.67 | 0.54 | 0.7 |
| Hex | 9D | DC | 8B | 1D | 0 | 25 | E | 6B | 36 | 46 |
| Octal | 235 | 334 | 213 | 35 | 0 | 45 | 16 | 153 | 66 | 106 |
| Binary | 10011101 | 11011100 | 10001011 | 11101 | 0 | 100101 | 1110 | 1101011 | 110110 | 1000110 |
Color Harmonies of #9DDC8B
Complementary color
Monochromatic Colors of #9DDC8B
Black with #9DDC8B
Text Example
Text Example
White with #9DDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDC8B; }
p { color: rgb(157,220,139); }
H1.HeaderClassName
{
color: #9DDC8B;
}
.AnyTagClassName
{
color: #9DDC8B;
}
</style>
background-color css
<style>
a { background-color: #9DDC8B; }
a { background-color: rgb(157,220,139); }
div.DivClassName
{
background-color: #9DDC8B;
}
.BgClassName
{
background-color: #9DDC8B;
}
</style>
border-color css
<style>
span { border-color: #9DDC8B; }
span { border-color: rgb(157,220,139); }
td.TdClassName
{
border-color: #9DDC8B;
}
.TagClassName
{
border-color: #9DDC8B;
}
</style>