Html Css Color HEX #9BDC9C Granny Smith Apple
📋 copy color: '#9BDC9C'red 155 ◦ green 220 ◦ blue 156
Shades of Granny Smith Apple #9BDC9C
Tints of Granny Smith Apple #9BDC9C
RGB
CMYK
RGB Variations
Color information
#9BDC9C (or 0x9BDC9C) is known color: Granny Smith Apple. HEX triplet: 9B, DC and 9C. RGB value is (155,220,156). Sum of RGB (Red+Green+Blue) = 155+220+156=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDC9C is #642363. Grayscale: #C1C1C1. Windows color (decimal): -6562660 or 10280091. OLE color: 10280091.
HSL color Cylindrical-coordinate representation of color #9BDC9C: hue angle of 120.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDC9C is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 156 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.14 |
| HSL | 120.92º | 0.48% | 0.74% | - |
| HSV(B) | 120.92º | 0.3% | 0.86% | - |
| XYZ | 45.11 | 60.56 | 40.76 | - |
| YUV | 193.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 156 | 0.30 | 0 | 0.29 | 0.14 | 120.92 | 0.48 | 0.74 |
| Hex | 9B | DC | 9C | 1E | 0 | 1D | E | 79 | 30 | 4A |
| Octal | 233 | 334 | 234 | 36 | 0 | 35 | 16 | 171 | 60 | 112 |
| Binary | 10011011 | 11011100 | 10011100 | 11110 | 0 | 11101 | 1110 | 1111001 | 110000 | 1001010 |
Color Harmonies of #9BDC9C
Complementary color
Monochromatic Colors of #9BDC9C
Black with #9BDC9C
Text Example
Text Example
White with #9BDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC9C; }
p { color: rgb(155,220,156); }
H1.HeaderClassName
{
color: #9BDC9C;
}
.AnyTagClassName
{
color: #9BDC9C;
}
</style>
background-color css
<style>
a { background-color: #9BDC9C; }
a { background-color: rgb(155,220,156); }
div.DivClassName
{
background-color: #9BDC9C;
}
.BgClassName
{
background-color: #9BDC9C;
}
</style>
border-color css
<style>
span { border-color: #9BDC9C; }
span { border-color: rgb(155,220,156); }
td.TdClassName
{
border-color: #9BDC9C;
}
.TagClassName
{
border-color: #9BDC9C;
}
</style>