Html Css Color HEX #9DDF8B Granny Smith Apple
📋 copy color: '#9DDF8B'red 157 ◦ green 223 ◦ blue 139
Shades of Granny Smith Apple #9DDF8B
Tints of Granny Smith Apple #9DDF8B
RGB
CMYK
RGB Variations
Color information
#9DDF8B (or 0x9DDF8B) is known color: Granny Smith Apple. HEX triplet: 9D, DF and 8B. RGB value is (157,223,139). Sum of RGB (Red+Green+Blue) = 157+223+139=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDF8B is #622074. Grayscale: #C1C1C1. Windows color (decimal): -6430837 or 9166749. OLE color: 9166749.
HSL color Cylindrical-coordinate representation of color #9DDF8B: hue angle of 107.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DDF8B is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 139 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.13 |
| HSL | 107.14º | 0.57% | 0.71% | - |
| HSV(B) | 107.14º | 0.38% | 0.87% | - |
| XYZ | 44.95 | 61.81 | 33.99 | - |
| YUV | 193.69 | 97.13 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 139 | 0.30 | 0 | 0.38 | 0.13 | 107.14 | 0.57 | 0.71 |
| Hex | 9D | DF | 8B | 1E | 0 | 26 | D | 6B | 39 | 47 |
| Octal | 235 | 337 | 213 | 36 | 0 | 46 | 15 | 153 | 71 | 107 |
| Binary | 10011101 | 11011111 | 10001011 | 11110 | 0 | 100110 | 1101 | 1101011 | 111001 | 1000111 |
Color Harmonies of #9DDF8B
Complementary color
Monochromatic Colors of #9DDF8B
Black with #9DDF8B
Text Example
Text Example
White with #9DDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF8B; }
p { color: rgb(157,223,139); }
H1.HeaderClassName
{
color: #9DDF8B;
}
.AnyTagClassName
{
color: #9DDF8B;
}
</style>
background-color css
<style>
a { background-color: #9DDF8B; }
a { background-color: rgb(157,223,139); }
div.DivClassName
{
background-color: #9DDF8B;
}
.BgClassName
{
background-color: #9DDF8B;
}
</style>
border-color css
<style>
span { border-color: #9DDF8B; }
span { border-color: rgb(157,223,139); }
td.TdClassName
{
border-color: #9DDF8B;
}
.TagClassName
{
border-color: #9DDF8B;
}
</style>