Html Css Color HEX #9CDB94 Granny Smith Apple
📋 copy color: '#9CDB94'red 156 ◦ green 219 ◦ blue 148
Shades of Granny Smith Apple #9CDB94
Tints of Granny Smith Apple #9CDB94
RGB
CMYK
RGB Variations
Color information
#9CDB94 (or 0x9CDB94) is known color: Granny Smith Apple. HEX triplet: 9C, DB and 94. RGB value is (156,219,148). Sum of RGB (Red+Green+Blue) = 156+219+148=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDB94 is #63246B. Grayscale: #C0C0C0. Windows color (decimal): -6497388 or 9755548. OLE color: 9755548.
HSL color Cylindrical-coordinate representation of color #9CDB94: hue angle of 113.24º degrees, saturation: 0.5, 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 #9CDB94 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 148 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.14 |
| HSL | 113.24º | 0.5% | 0.72% | - |
| HSV(B) | 113.24º | 0.32% | 0.86% | - |
| XYZ | 44.39 | 59.87 | 37.23 | - |
| YUV | 192.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 148 | 0.29 | 0 | 0.32 | 0.14 | 113.24 | 0.5 | 0.72 |
| Hex | 9C | DB | 94 | 1D | 0 | 20 | E | 71 | 32 | 48 |
| Octal | 234 | 333 | 224 | 35 | 0 | 40 | 16 | 161 | 62 | 110 |
| Binary | 10011100 | 11011011 | 10010100 | 11101 | 0 | 100000 | 1110 | 1110001 | 110010 | 1001000 |
Color Harmonies of #9CDB94
Complementary color
Monochromatic Colors of #9CDB94
Black with #9CDB94
Text Example
Text Example
White with #9CDB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB94; }
p { color: rgb(156,219,148); }
H1.HeaderClassName
{
color: #9CDB94;
}
.AnyTagClassName
{
color: #9CDB94;
}
</style>
background-color css
<style>
a { background-color: #9CDB94; }
a { background-color: rgb(156,219,148); }
div.DivClassName
{
background-color: #9CDB94;
}
.BgClassName
{
background-color: #9CDB94;
}
</style>
border-color css
<style>
span { border-color: #9CDB94; }
span { border-color: rgb(156,219,148); }
td.TdClassName
{
border-color: #9CDB94;
}
.TagClassName
{
border-color: #9CDB94;
}
</style>