Html Css Color HEX #9BDC92 Granny Smith Apple
📋 copy color: '#9BDC92'red 155 ◦ green 220 ◦ blue 146
Shades of Granny Smith Apple #9BDC92
Tints of Granny Smith Apple #9BDC92
RGB
CMYK
RGB Variations
Color information
#9BDC92 (or 0x9BDC92) is known color: Granny Smith Apple. HEX triplet: 9B, DC and 92. RGB value is (155,220,146). Sum of RGB (Red+Green+Blue) = 155+220+146=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDC92 is #64236D. Grayscale: #C0C0C0. Windows color (decimal): -6562670 or 9624731. OLE color: 9624731.
HSL color Cylindrical-coordinate representation of color #9BDC92: hue angle of 112.7º degrees, saturation: 0.51, 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 #9BDC92 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 146 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.14 |
| HSL | 112.7º | 0.51% | 0.72% | - |
| HSV(B) | 112.7º | 0.34% | 0.86% | - |
| XYZ | 44.3 | 60.23 | 36.48 | - |
| YUV | 192.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 146 | 0.30 | 0 | 0.34 | 0.14 | 112.7 | 0.51 | 0.72 |
| Hex | 9B | DC | 92 | 1E | 0 | 22 | E | 71 | 33 | 48 |
| Octal | 233 | 334 | 222 | 36 | 0 | 42 | 16 | 161 | 63 | 110 |
| Binary | 10011011 | 11011100 | 10010010 | 11110 | 0 | 100010 | 1110 | 1110001 | 110011 | 1001000 |
Color Harmonies of #9BDC92
Complementary color
Monochromatic Colors of #9BDC92
Black with #9BDC92
Text Example
Text Example
White with #9BDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC92; }
p { color: rgb(155,220,146); }
H1.HeaderClassName
{
color: #9BDC92;
}
.AnyTagClassName
{
color: #9BDC92;
}
</style>
background-color css
<style>
a { background-color: #9BDC92; }
a { background-color: rgb(155,220,146); }
div.DivClassName
{
background-color: #9BDC92;
}
.BgClassName
{
background-color: #9BDC92;
}
</style>
border-color css
<style>
span { border-color: #9BDC92; }
span { border-color: rgb(155,220,146); }
td.TdClassName
{
border-color: #9BDC92;
}
.TagClassName
{
border-color: #9BDC92;
}
</style>