Html Css Color HEX #9CDB96 Granny Smith Apple
📋 copy color: '#9CDB96'red 156 ◦ green 219 ◦ blue 150
Shades of Granny Smith Apple #9CDB96
Tints of Granny Smith Apple #9CDB96
RGB
CMYK
RGB Variations
Color information
#9CDB96 (or 0x9CDB96) is known color: Granny Smith Apple. HEX triplet: 9C, DB and 96. RGB value is (156,219,150). Sum of RGB (Red+Green+Blue) = 156+219+150=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDB96 is #632469. Grayscale: #C0C0C0. Windows color (decimal): -6497386 or 9886620. OLE color: 9886620.
HSL color Cylindrical-coordinate representation of color #9CDB96: hue angle of 114.78º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CDB96 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 150 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.14 |
| HSL | 114.78º | 0.49% | 0.72% | - |
| HSV(B) | 114.78º | 0.32% | 0.86% | - |
| XYZ | 44.55 | 59.93 | 38.07 | - |
| YUV | 192.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 150 | 0.29 | 0 | 0.32 | 0.14 | 114.78 | 0.49 | 0.72 |
| Hex | 9C | DB | 96 | 1D | 0 | 20 | E | 73 | 31 | 48 |
| Octal | 234 | 333 | 226 | 35 | 0 | 40 | 16 | 163 | 61 | 110 |
| Binary | 10011100 | 11011011 | 10010110 | 11101 | 0 | 100000 | 1110 | 1110011 | 110001 | 1001000 |
Color Harmonies of #9CDB96
Complementary color
Monochromatic Colors of #9CDB96
Black with #9CDB96
Text Example
Text Example
White with #9CDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB96; }
p { color: rgb(156,219,150); }
H1.HeaderClassName
{
color: #9CDB96;
}
.AnyTagClassName
{
color: #9CDB96;
}
</style>
background-color css
<style>
a { background-color: #9CDB96; }
a { background-color: rgb(156,219,150); }
div.DivClassName
{
background-color: #9CDB96;
}
.BgClassName
{
background-color: #9CDB96;
}
</style>
border-color css
<style>
span { border-color: #9CDB96; }
span { border-color: rgb(156,219,150); }
td.TdClassName
{
border-color: #9CDB96;
}
.TagClassName
{
border-color: #9CDB96;
}
</style>