Shades of Conifer #9BEC49
Tints of Conifer #9BEC49
RGB
CMYK
RGB Variations
Color information
#9BEC49 (or 0x9BEC49) is known color: Conifer. HEX triplet: 9B, EC and 49. RGB value is (155,236,73). Sum of RGB (Red+Green+Blue) = 155+236+73=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEC49 is #6413B6. Grayscale: #C1C1C1. Windows color (decimal): -6558647 or 4844699. OLE color: 4844699.
HSL color Cylindrical-coordinate representation of color #9BEC49: hue angle of 89.82º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BEC49 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 73 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.07 |
| HSL | 89.82º | 0.81% | 0.61% | - |
| HSV(B) | 89.82º | 0.69% | 0.93% | - |
| XYZ | 44.72 | 67.44 | 16.96 | - |
| YUV | 193.2 | 60.16 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 73 | 0.34 | 0 | 0.69 | 0.07 | 89.82 | 0.81 | 0.61 |
| Hex | 9B | EC | 49 | 22 | 0 | 45 | 7 | 5A | 51 | 3D |
| Octal | 233 | 354 | 111 | 42 | 0 | 105 | 7 | 132 | 121 | 75 |
| Binary | 10011011 | 11101100 | 1001001 | 100010 | 0 | 1000101 | 111 | 1011010 | 1010001 | 111101 |
Color Harmonies of #9BEC49
Complementary color
Monochromatic Colors of #9BEC49
Black with #9BEC49
Text Example
Text Example
White with #9BEC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC49; }
p { color: rgb(155,236,73); }
H1.HeaderClassName
{
color: #9BEC49;
}
.AnyTagClassName
{
color: #9BEC49;
}
</style>
background-color css
<style>
a { background-color: #9BEC49; }
a { background-color: rgb(155,236,73); }
div.DivClassName
{
background-color: #9BEC49;
}
.BgClassName
{
background-color: #9BEC49;
}
</style>
border-color css
<style>
span { border-color: #9BEC49; }
span { border-color: rgb(155,236,73); }
td.TdClassName
{
border-color: #9BEC49;
}
.TagClassName
{
border-color: #9BEC49;
}
</style>