Html Css Color HEX #9BDC91 Granny Smith Apple
📋 copy color: '#9BDC91'red 155 ◦ green 220 ◦ blue 145
Shades of Granny Smith Apple #9BDC91
Tints of Granny Smith Apple #9BDC91
RGB
CMYK
RGB Variations
Color information
#9BDC91 (or 0x9BDC91) is known color: Granny Smith Apple. HEX triplet: 9B, DC and 91. RGB value is (155,220,145). Sum of RGB (Red+Green+Blue) = 155+220+145=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDC91 is #64236E. Grayscale: #C0C0C0. Windows color (decimal): -6562671 or 9559195. OLE color: 9559195.
HSL color Cylindrical-coordinate representation of color #9BDC91: hue angle of 112º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BDC91 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 145 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.14 |
| HSL | 112º | 0.52% | 0.72% | - |
| HSV(B) | 112º | 0.34% | 0.86% | - |
| XYZ | 44.22 | 60.2 | 36.08 | - |
| YUV | 192.02 | 101.47 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 145 | 0.30 | 0 | 0.34 | 0.14 | 112 | 0.52 | 0.72 |
| Hex | 9B | DC | 91 | 1E | 0 | 22 | E | 70 | 34 | 48 |
| Octal | 233 | 334 | 221 | 36 | 0 | 42 | 16 | 160 | 64 | 110 |
| Binary | 10011011 | 11011100 | 10010001 | 11110 | 0 | 100010 | 1110 | 1110000 | 110100 | 1001000 |
Color Harmonies of #9BDC91
Complementary color
Monochromatic Colors of #9BDC91
Black with #9BDC91
Text Example
Text Example
White with #9BDC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC91; }
p { color: rgb(155,220,145); }
H1.HeaderClassName
{
color: #9BDC91;
}
.AnyTagClassName
{
color: #9BDC91;
}
</style>
background-color css
<style>
a { background-color: #9BDC91; }
a { background-color: rgb(155,220,145); }
div.DivClassName
{
background-color: #9BDC91;
}
.BgClassName
{
background-color: #9BDC91;
}
</style>
border-color css
<style>
span { border-color: #9BDC91; }
span { border-color: rgb(155,220,145); }
td.TdClassName
{
border-color: #9BDC91;
}
.TagClassName
{
border-color: #9BDC91;
}
</style>