Html Css Color HEX #9BDC96 Granny Smith Apple
📋 copy color: '#9BDC96'red 155 ◦ green 220 ◦ blue 150
Shades of Granny Smith Apple #9BDC96
Tints of Granny Smith Apple #9BDC96
RGB
CMYK
RGB Variations
Color information
#9BDC96 (or 0x9BDC96) is known color: Granny Smith Apple. HEX triplet: 9B, DC and 96. RGB value is (155,220,150). Sum of RGB (Red+Green+Blue) = 155+220+150=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDC96 is #642369. Grayscale: #C0C0C0. Windows color (decimal): -6562666 or 9886875. OLE color: 9886875.
HSL color Cylindrical-coordinate representation of color #9BDC96: hue angle of 115.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BDC96 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 150 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.14 |
| HSL | 115.71º | 0.5% | 0.73% | - |
| HSV(B) | 115.71º | 0.32% | 0.86% | - |
| XYZ | 44.62 | 60.36 | 38.15 | - |
| YUV | 192.59 | 103.97 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 150 | 0.30 | 0 | 0.32 | 0.14 | 115.71 | 0.5 | 0.73 |
| Hex | 9B | DC | 96 | 1E | 0 | 20 | E | 74 | 32 | 49 |
| Octal | 233 | 334 | 226 | 36 | 0 | 40 | 16 | 164 | 62 | 111 |
| Binary | 10011011 | 11011100 | 10010110 | 11110 | 0 | 100000 | 1110 | 1110100 | 110010 | 1001001 |
Color Harmonies of #9BDC96
Complementary color
Monochromatic Colors of #9BDC96
Black with #9BDC96
Text Example
Text Example
White with #9BDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC96; }
p { color: rgb(155,220,150); }
H1.HeaderClassName
{
color: #9BDC96;
}
.AnyTagClassName
{
color: #9BDC96;
}
</style>
background-color css
<style>
a { background-color: #9BDC96; }
a { background-color: rgb(155,220,150); }
div.DivClassName
{
background-color: #9BDC96;
}
.BgClassName
{
background-color: #9BDC96;
}
</style>
border-color css
<style>
span { border-color: #9BDC96; }
span { border-color: rgb(155,220,150); }
td.TdClassName
{
border-color: #9BDC96;
}
.TagClassName
{
border-color: #9BDC96;
}
</style>