Html Css Color HEX #9BDD98 Granny Smith Apple
📋 copy color: '#9BDD98'red 155 ◦ green 221 ◦ blue 152
Shades of Granny Smith Apple #9BDD98
Tints of Granny Smith Apple #9BDD98
RGB
CMYK
RGB Variations
Color information
#9BDD98 (or 0x9BDD98) is known color: Granny Smith Apple. HEX triplet: 9B, DD and 98. RGB value is (155,221,152). Sum of RGB (Red+Green+Blue) = 155+221+152=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDD98 is #642267. Grayscale: #C1C1C1. Windows color (decimal): -6562408 or 10018203. OLE color: 10018203.
HSL color Cylindrical-coordinate representation of color #9BDD98: hue angle of 117.39º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BDD98 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 152 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.13 |
| HSL | 117.39º | 0.5% | 0.73% | - |
| HSV(B) | 117.39º | 0.31% | 0.87% | - |
| XYZ | 45.04 | 60.95 | 39.1 | - |
| YUV | 193.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 152 | 0.30 | 0 | 0.31 | 0.13 | 117.39 | 0.5 | 0.73 |
| Hex | 9B | DD | 98 | 1E | 0 | 1F | D | 75 | 32 | 49 |
| Octal | 233 | 335 | 230 | 36 | 0 | 37 | 15 | 165 | 62 | 111 |
| Binary | 10011011 | 11011101 | 10011000 | 11110 | 0 | 11111 | 1101 | 1110101 | 110010 | 1001001 |
Color Harmonies of #9BDD98
Complementary color
Monochromatic Colors of #9BDD98
Black with #9BDD98
Text Example
Text Example
White with #9BDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD98; }
p { color: rgb(155,221,152); }
H1.HeaderClassName
{
color: #9BDD98;
}
.AnyTagClassName
{
color: #9BDD98;
}
</style>
background-color css
<style>
a { background-color: #9BDD98; }
a { background-color: rgb(155,221,152); }
div.DivClassName
{
background-color: #9BDD98;
}
.BgClassName
{
background-color: #9BDD98;
}
</style>
border-color css
<style>
span { border-color: #9BDD98; }
span { border-color: rgb(155,221,152); }
td.TdClassName
{
border-color: #9BDD98;
}
.TagClassName
{
border-color: #9BDD98;
}
</style>