Html Css Color HEX #9BD49B Granny Smith Apple
📋 copy color: '#9BD49B'red 155 ◦ green 212 ◦ blue 155
Shades of Granny Smith Apple #9BD49B
Tints of Granny Smith Apple #9BD49B
RGB
CMYK
RGB Variations
Color information
#9BD49B (or 0x9BD49B) is known color: Granny Smith Apple. HEX triplet: 9B, D4 and 9B. RGB value is (155,212,155). Sum of RGB (Red+Green+Blue) = 155+212+155=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD49B is #642B64. Grayscale: #BCBCBC. Windows color (decimal): -6564709 or 10212507. OLE color: 10212507.
HSL color Cylindrical-coordinate representation of color #9BD49B: hue angle of 120º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD49B is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 212 | 155 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.17 |
| HSL | 120º | 0.4% | 0.72% | - |
| HSV(B) | 120º | 0.27% | 0.83% | - |
| XYZ | 42.98 | 56.42 | 39.64 | - |
| YUV | 188.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 155 | 0.27 | 0 | 0.27 | 0.17 | 120 | 0.4 | 0.72 |
| Hex | 9B | D4 | 9B | 1B | 0 | 1B | 11 | 78 | 28 | 48 |
| Octal | 233 | 324 | 233 | 33 | 0 | 33 | 21 | 170 | 50 | 110 |
| Binary | 10011011 | 11010100 | 10011011 | 11011 | 0 | 11011 | 10001 | 1111000 | 101000 | 1001000 |
Color Harmonies of #9BD49B
Complementary color
Monochromatic Colors of #9BD49B
Black with #9BD49B
Text Example
Text Example
White with #9BD49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD49B; }
p { color: rgb(155,212,155); }
H1.HeaderClassName
{
color: #9BD49B;
}
.AnyTagClassName
{
color: #9BD49B;
}
</style>
background-color css
<style>
a { background-color: #9BD49B; }
a { background-color: rgb(155,212,155); }
div.DivClassName
{
background-color: #9BD49B;
}
.BgClassName
{
background-color: #9BD49B;
}
</style>
border-color css
<style>
span { border-color: #9BD49B; }
span { border-color: rgb(155,212,155); }
td.TdClassName
{
border-color: #9BD49B;
}
.TagClassName
{
border-color: #9BD49B;
}
</style>