Html Css Color HEX #9BDD9B Granny Smith Apple
📋 copy color: '#9BDD9B'red 155 ◦ green 221 ◦ blue 155
Shades of Granny Smith Apple #9BDD9B
Tints of Granny Smith Apple #9BDD9B
RGB
CMYK
RGB Variations
Color information
#9BDD9B (or 0x9BDD9B) is known color: Granny Smith Apple. HEX triplet: 9B, DD and 9B. RGB value is (155,221,155). Sum of RGB (Red+Green+Blue) = 155+221+155=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDD9B is #642264. Grayscale: #C1C1C1. Windows color (decimal): -6562405 or 10214811. OLE color: 10214811.
HSL color Cylindrical-coordinate representation of color #9BDD9B: hue angle of 120º 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 #9BDD9B is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 155 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.13 |
| HSL | 120º | 0.49% | 0.74% | - |
| HSV(B) | 120º | 0.3% | 0.87% | - |
| XYZ | 45.29 | 61.05 | 40.41 | - |
| YUV | 193.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 155 | 0.30 | 0 | 0.30 | 0.13 | 120 | 0.49 | 0.74 |
| Hex | 9B | DD | 9B | 1E | 0 | 1E | D | 78 | 31 | 4A |
| Octal | 233 | 335 | 233 | 36 | 0 | 36 | 15 | 170 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10011011 | 11110 | 0 | 11110 | 1101 | 1111000 | 110001 | 1001010 |
Color Harmonies of #9BDD9B
Complementary color
Monochromatic Colors of #9BDD9B
Black with #9BDD9B
Text Example
Text Example
White with #9BDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD9B; }
p { color: rgb(155,221,155); }
H1.HeaderClassName
{
color: #9BDD9B;
}
.AnyTagClassName
{
color: #9BDD9B;
}
</style>
background-color css
<style>
a { background-color: #9BDD9B; }
a { background-color: rgb(155,221,155); }
div.DivClassName
{
background-color: #9BDD9B;
}
.BgClassName
{
background-color: #9BDD9B;
}
</style>
border-color css
<style>
span { border-color: #9BDD9B; }
span { border-color: rgb(155,221,155); }
td.TdClassName
{
border-color: #9BDD9B;
}
.TagClassName
{
border-color: #9BDD9B;
}
</style>