Html Css Color HEX #9BD48F Granny Smith Apple
📋 copy color: '#9BD48F'red 155 ◦ green 212 ◦ blue 143
Shades of Granny Smith Apple #9BD48F
Tints of Granny Smith Apple #9BD48F
RGB
CMYK
RGB Variations
Color information
#9BD48F (or 0x9BD48F) is known color: Granny Smith Apple. HEX triplet: 9B, D4 and 8F. RGB value is (155,212,143). Sum of RGB (Red+Green+Blue) = 155+212+143=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD48F is #642B70. Grayscale: #BBBBBB. Windows color (decimal): -6564721 or 9426075. OLE color: 9426075.
HSL color Cylindrical-coordinate representation of color #9BD48F: hue angle of 109.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BD48F is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 212 | 143 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.17 |
| HSL | 109.57º | 0.45% | 0.7% | - |
| HSV(B) | 109.57º | 0.33% | 0.83% | - |
| XYZ | 42.02 | 56.04 | 34.59 | - |
| YUV | 187.09 | 103.12 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 143 | 0.27 | 0 | 0.33 | 0.17 | 109.57 | 0.45 | 0.7 |
| Hex | 9B | D4 | 8F | 1B | 0 | 21 | 11 | 6E | 2D | 46 |
| Octal | 233 | 324 | 217 | 33 | 0 | 41 | 21 | 156 | 55 | 106 |
| Binary | 10011011 | 11010100 | 10001111 | 11011 | 0 | 100001 | 10001 | 1101110 | 101101 | 1000110 |
Color Harmonies of #9BD48F
Complementary color
Monochromatic Colors of #9BD48F
Black with #9BD48F
Text Example
Text Example
White with #9BD48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD48F; }
p { color: rgb(155,212,143); }
H1.HeaderClassName
{
color: #9BD48F;
}
.AnyTagClassName
{
color: #9BD48F;
}
</style>
background-color css
<style>
a { background-color: #9BD48F; }
a { background-color: rgb(155,212,143); }
div.DivClassName
{
background-color: #9BD48F;
}
.BgClassName
{
background-color: #9BD48F;
}
</style>
border-color css
<style>
span { border-color: #9BD48F; }
span { border-color: rgb(155,212,143); }
td.TdClassName
{
border-color: #9BD48F;
}
.TagClassName
{
border-color: #9BD48F;
}
</style>