Html Css Color HEX #9BDD9E Granny Smith Apple
📋 copy color: '#9BDD9E'red 155 ◦ green 221 ◦ blue 158
Shades of Granny Smith Apple #9BDD9E
Tints of Granny Smith Apple #9BDD9E
RGB
CMYK
RGB Variations
Color information
#9BDD9E (or 0x9BDD9E) is known color: Granny Smith Apple. HEX triplet: 9B, DD and 9E. RGB value is (155,221,158). Sum of RGB (Red+Green+Blue) = 155+221+158=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDD9E is #642261. Grayscale: #C2C2C2. Windows color (decimal): -6562402 or 10411419. OLE color: 10411419.
HSL color Cylindrical-coordinate representation of color #9BDD9E: hue angle of 122.73º 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 #9BDD9E is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 158 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.13 |
| HSL | 122.73º | 0.49% | 0.74% | - |
| HSV(B) | 122.73º | 0.3% | 0.87% | - |
| XYZ | 45.55 | 61.15 | 41.75 | - |
| YUV | 194.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 158 | 0.30 | 0 | 0.29 | 0.13 | 122.73 | 0.49 | 0.74 |
| Hex | 9B | DD | 9E | 1E | 0 | 1D | D | 7B | 31 | 4A |
| Octal | 233 | 335 | 236 | 36 | 0 | 35 | 15 | 173 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10011110 | 11110 | 0 | 11101 | 1101 | 1111011 | 110001 | 1001010 |
Color Harmonies of #9BDD9E
Complementary color
Monochromatic Colors of #9BDD9E
Black with #9BDD9E
Text Example
Text Example
White with #9BDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD9E; }
p { color: rgb(155,221,158); }
H1.HeaderClassName
{
color: #9BDD9E;
}
.AnyTagClassName
{
color: #9BDD9E;
}
</style>
background-color css
<style>
a { background-color: #9BDD9E; }
a { background-color: rgb(155,221,158); }
div.DivClassName
{
background-color: #9BDD9E;
}
.BgClassName
{
background-color: #9BDD9E;
}
</style>
border-color css
<style>
span { border-color: #9BDD9E; }
span { border-color: rgb(155,221,158); }
td.TdClassName
{
border-color: #9BDD9E;
}
.TagClassName
{
border-color: #9BDD9E;
}
</style>