Html Css Color HEX #9BD99B Granny Smith Apple
📋 copy color: '#9BD99B'red 155 ◦ green 217 ◦ blue 155
Shades of Granny Smith Apple #9BD99B
Tints of Granny Smith Apple #9BD99B
RGB
CMYK
RGB Variations
Color information
#9BD99B (or 0x9BD99B) is known color: Granny Smith Apple. HEX triplet: 9B, D9 and 9B. RGB value is (155,217,155). Sum of RGB (Red+Green+Blue) = 155+217+155=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD99B is #642664. Grayscale: #BFBFBF. Windows color (decimal): -6563429 or 10213787. OLE color: 10213787.
HSL color Cylindrical-coordinate representation of color #9BD99B: hue angle of 120º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD99B is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 155 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.15 |
| HSL | 120º | 0.45% | 0.73% | - |
| HSV(B) | 120º | 0.29% | 0.85% | - |
| XYZ | 44.25 | 58.96 | 40.06 | - |
| YUV | 191.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 155 | 0.29 | 0 | 0.29 | 0.15 | 120 | 0.45 | 0.73 |
| Hex | 9B | D9 | 9B | 1D | 0 | 1D | F | 78 | 2D | 49 |
| Octal | 233 | 331 | 233 | 35 | 0 | 35 | 17 | 170 | 55 | 111 |
| Binary | 10011011 | 11011001 | 10011011 | 11101 | 0 | 11101 | 1111 | 1111000 | 101101 | 1001001 |
Color Harmonies of #9BD99B
Complementary color
Monochromatic Colors of #9BD99B
Black with #9BD99B
Text Example
Text Example
White with #9BD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD99B; }
p { color: rgb(155,217,155); }
H1.HeaderClassName
{
color: #9BD99B;
}
.AnyTagClassName
{
color: #9BD99B;
}
</style>
background-color css
<style>
a { background-color: #9BD99B; }
a { background-color: rgb(155,217,155); }
div.DivClassName
{
background-color: #9BD99B;
}
.BgClassName
{
background-color: #9BD99B;
}
</style>
border-color css
<style>
span { border-color: #9BD99B; }
span { border-color: rgb(155,217,155); }
td.TdClassName
{
border-color: #9BD99B;
}
.TagClassName
{
border-color: #9BD99B;
}
</style>