Html Css Color HEX #9BCC94 Granny Smith Apple
📋 copy color: '#9BCC94'red 155 ◦ green 204 ◦ blue 148
Shades of Granny Smith Apple #9BCC94
Tints of Granny Smith Apple #9BCC94
RGB
CMYK
RGB Variations
Color information
#9BCC94 (or 0x9BCC94) is known color: Granny Smith Apple. HEX triplet: 9B, CC and 94. RGB value is (155,204,148). Sum of RGB (Red+Green+Blue) = 155+204+148=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCC94 is #64336B. Grayscale: #B7B7B7. Windows color (decimal): -6566764 or 9751707. OLE color: 9751707.
HSL color Cylindrical-coordinate representation of color #9BCC94: hue angle of 112.5º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BCC94 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 148 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.2 |
| HSL | 112.5º | 0.35% | 0.69% | - |
| HSV(B) | 112.5º | 0.27% | 0.8% | - |
| XYZ | 40.46 | 52.29 | 35.98 | - |
| YUV | 182.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 148 | 0.24 | 0 | 0.27 | 0.2 | 112.5 | 0.35 | 0.69 |
| Hex | 9B | CC | 94 | 18 | 0 | 1B | 14 | 70 | 23 | 45 |
| Octal | 233 | 314 | 224 | 30 | 0 | 33 | 24 | 160 | 43 | 105 |
| Binary | 10011011 | 11001100 | 10010100 | 11000 | 0 | 11011 | 10100 | 1110000 | 100011 | 1000101 |
Color Harmonies of #9BCC94
Complementary color
Monochromatic Colors of #9BCC94
Black with #9BCC94
Text Example
Text Example
White with #9BCC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCC94; }
p { color: rgb(155,204,148); }
H1.HeaderClassName
{
color: #9BCC94;
}
.AnyTagClassName
{
color: #9BCC94;
}
</style>
background-color css
<style>
a { background-color: #9BCC94; }
a { background-color: rgb(155,204,148); }
div.DivClassName
{
background-color: #9BCC94;
}
.BgClassName
{
background-color: #9BCC94;
}
</style>
border-color css
<style>
span { border-color: #9BCC94; }
span { border-color: rgb(155,204,148); }
td.TdClassName
{
border-color: #9BCC94;
}
.TagClassName
{
border-color: #9BCC94;
}
</style>