Html Css Color HEX #9BDC8E Granny Smith Apple
📋 copy color: '#9BDC8E'red 155 ◦ green 220 ◦ blue 142
Shades of Granny Smith Apple #9BDC8E
Tints of Granny Smith Apple #9BDC8E
RGB
CMYK
RGB Variations
Color information
#9BDC8E (or 0x9BDC8E) is known color: Granny Smith Apple. HEX triplet: 9B, DC and 8E. RGB value is (155,220,142). Sum of RGB (Red+Green+Blue) = 155+220+142=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDC8E is #642371. Grayscale: #BFBFBF. Windows color (decimal): -6562674 or 9362587. OLE color: 9362587.
HSL color Cylindrical-coordinate representation of color #9BDC8E: hue angle of 110º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BDC8E is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 142 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.14 |
| HSL | 110º | 0.53% | 0.71% | - |
| HSV(B) | 110º | 0.35% | 0.86% | - |
| XYZ | 43.99 | 60.11 | 34.87 | - |
| YUV | 191.67 | 99.97 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 142 | 0.30 | 0 | 0.35 | 0.14 | 110 | 0.53 | 0.71 |
| Hex | 9B | DC | 8E | 1E | 0 | 23 | E | 6E | 35 | 47 |
| Octal | 233 | 334 | 216 | 36 | 0 | 43 | 16 | 156 | 65 | 107 |
| Binary | 10011011 | 11011100 | 10001110 | 11110 | 0 | 100011 | 1110 | 1101110 | 110101 | 1000111 |
Color Harmonies of #9BDC8E
Complementary color
Monochromatic Colors of #9BDC8E
Black with #9BDC8E
Text Example
Text Example
White with #9BDC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC8E; }
p { color: rgb(155,220,142); }
H1.HeaderClassName
{
color: #9BDC8E;
}
.AnyTagClassName
{
color: #9BDC8E;
}
</style>
background-color css
<style>
a { background-color: #9BDC8E; }
a { background-color: rgb(155,220,142); }
div.DivClassName
{
background-color: #9BDC8E;
}
.BgClassName
{
background-color: #9BDC8E;
}
</style>
border-color css
<style>
span { border-color: #9BDC8E; }
span { border-color: rgb(155,220,142); }
td.TdClassName
{
border-color: #9BDC8E;
}
.TagClassName
{
border-color: #9BDC8E;
}
</style>