Html Css Color HEX #9BDD9C Granny Smith Apple
📋 copy color: '#9BDD9C'red 155 ◦ green 221 ◦ blue 156
Shades of Granny Smith Apple #9BDD9C
Tints of Granny Smith Apple #9BDD9C
RGB
CMYK
RGB Variations
Color information
#9BDD9C (or 0x9BDD9C) is known color: Granny Smith Apple. HEX triplet: 9B, DD and 9C. RGB value is (155,221,156). Sum of RGB (Red+Green+Blue) = 155+221+156=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDD9C is #642263. Grayscale: #C2C2C2. Windows color (decimal): -6562404 or 10280347. OLE color: 10280347.
HSL color Cylindrical-coordinate representation of color #9BDD9C: hue angle of 120.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDD9C is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 156 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.13 |
| HSL | 120.91º | 0.49% | 0.74% | - |
| HSV(B) | 120.91º | 0.3% | 0.87% | - |
| XYZ | 45.37 | 61.08 | 40.85 | - |
| YUV | 193.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 156 | 0.30 | 0 | 0.29 | 0.13 | 120.91 | 0.49 | 0.74 |
| Hex | 9B | DD | 9C | 1E | 0 | 1D | D | 79 | 31 | 4A |
| Octal | 233 | 335 | 234 | 36 | 0 | 35 | 15 | 171 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10011100 | 11110 | 0 | 11101 | 1101 | 1111001 | 110001 | 1001010 |
Color Harmonies of #9BDD9C
Complementary color
Monochromatic Colors of #9BDD9C
Black with #9BDD9C
Text Example
Text Example
White with #9BDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD9C; }
p { color: rgb(155,221,156); }
H1.HeaderClassName
{
color: #9BDD9C;
}
.AnyTagClassName
{
color: #9BDD9C;
}
</style>
background-color css
<style>
a { background-color: #9BDD9C; }
a { background-color: rgb(155,221,156); }
div.DivClassName
{
background-color: #9BDD9C;
}
.BgClassName
{
background-color: #9BDD9C;
}
</style>
border-color css
<style>
span { border-color: #9BDD9C; }
span { border-color: rgb(155,221,156); }
td.TdClassName
{
border-color: #9BDD9C;
}
.TagClassName
{
border-color: #9BDD9C;
}
</style>