Html Css Color HEX #9BDC8A Granny Smith Apple
📋 copy color: '#9BDC8A'red 155 ◦ green 220 ◦ blue 138
Shades of Granny Smith Apple #9BDC8A
Tints of Granny Smith Apple #9BDC8A
RGB
CMYK
RGB Variations
Color information
#9BDC8A (or 0x9BDC8A) is known color: Granny Smith Apple. HEX triplet: 9B, DC and 8A. RGB value is (155,220,138). Sum of RGB (Red+Green+Blue) = 155+220+138=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDC8A is #642375. Grayscale: #BFBFBF. Windows color (decimal): -6562678 or 9100443. OLE color: 9100443.
HSL color Cylindrical-coordinate representation of color #9BDC8A: hue angle of 107.56º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BDC8A is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 138 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.14 |
| HSL | 107.56º | 0.54% | 0.7% | - |
| HSV(B) | 107.56º | 0.37% | 0.86% | - |
| XYZ | 43.7 | 59.99 | 33.32 | - |
| YUV | 191.22 | 97.97 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 138 | 0.30 | 0 | 0.37 | 0.14 | 107.56 | 0.54 | 0.7 |
| Hex | 9B | DC | 8A | 1E | 0 | 25 | E | 6C | 36 | 46 |
| Octal | 233 | 334 | 212 | 36 | 0 | 45 | 16 | 154 | 66 | 106 |
| Binary | 10011011 | 11011100 | 10001010 | 11110 | 0 | 100101 | 1110 | 1101100 | 110110 | 1000110 |
Color Harmonies of #9BDC8A
Complementary color
Monochromatic Colors of #9BDC8A
Black with #9BDC8A
Text Example
Text Example
White with #9BDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC8A; }
p { color: rgb(155,220,138); }
H1.HeaderClassName
{
color: #9BDC8A;
}
.AnyTagClassName
{
color: #9BDC8A;
}
</style>
background-color css
<style>
a { background-color: #9BDC8A; }
a { background-color: rgb(155,220,138); }
div.DivClassName
{
background-color: #9BDC8A;
}
.BgClassName
{
background-color: #9BDC8A;
}
</style>
border-color css
<style>
span { border-color: #9BDC8A; }
span { border-color: rgb(155,220,138); }
td.TdClassName
{
border-color: #9BDC8A;
}
.TagClassName
{
border-color: #9BDC8A;
}
</style>