Shades of Conifer #9BE556
Tints of Conifer #9BE556
RGB
CMYK
RGB Variations
Color information
#9BE556 (or 0x9BE556) is known color: Conifer. HEX triplet: 9B, E5 and 56. RGB value is (155,229,86). Sum of RGB (Red+Green+Blue) = 155+229+86=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE556 is #641AA9. Grayscale: #BFBFBF. Windows color (decimal): -6560426 or 5694875. OLE color: 5694875.
HSL color Cylindrical-coordinate representation of color #9BE556: hue angle of 91.05º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BE556 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 229 | 86 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.10 |
| HSL | 91.05º | 0.73% | 0.62% | - |
| HSV(B) | 91.05º | 0.62% | 0.9% | - |
| XYZ | 43.22 | 63.68 | 18.82 | - |
| YUV | 190.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 229 | 86 | 0.32 | 0 | 0.62 | 0.10 | 91.05 | 0.73 | 0.62 |
| Hex | 9B | E5 | 56 | 20 | 0 | 3E | A | 5B | 49 | 3E |
| Octal | 233 | 345 | 126 | 40 | 0 | 76 | 12 | 133 | 111 | 76 |
| Binary | 10011011 | 11100101 | 1010110 | 100000 | 0 | 111110 | 1010 | 1011011 | 1001001 | 111110 |
Color Harmonies of #9BE556
Complementary color
Monochromatic Colors of #9BE556
Black with #9BE556
Text Example
Text Example
White with #9BE556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE556; }
p { color: rgb(155,229,86); }
H1.HeaderClassName
{
color: #9BE556;
}
.AnyTagClassName
{
color: #9BE556;
}
</style>
background-color css
<style>
a { background-color: #9BE556; }
a { background-color: rgb(155,229,86); }
div.DivClassName
{
background-color: #9BE556;
}
.BgClassName
{
background-color: #9BE556;
}
</style>
border-color css
<style>
span { border-color: #9BE556; }
span { border-color: rgb(155,229,86); }
td.TdClassName
{
border-color: #9BE556;
}
.TagClassName
{
border-color: #9BE556;
}
</style>