Shades of Conifer #9BE052
Tints of Conifer #9BE052
RGB
CMYK
RGB Variations
Color information
#9BE052 (or 0x9BE052) is known color: Conifer. HEX triplet: 9B, E0 and 52. RGB value is (155,224,82). Sum of RGB (Red+Green+Blue) = 155+224+82=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE052 is #641FAD. Grayscale: #BBBBBB. Windows color (decimal): -6561710 or 5431451. OLE color: 5431451.
HSL color Cylindrical-coordinate representation of color #9BE052: hue angle of 89.15º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BE052 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 82 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.12 |
| HSL | 89.15º | 0.7% | 0.6% | - |
| HSV(B) | 89.15º | 0.63% | 0.88% | - |
| XYZ | 41.7 | 60.89 | 17.54 | - |
| YUV | 187.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 82 | 0.31 | 0 | 0.63 | 0.12 | 89.15 | 0.7 | 0.6 |
| Hex | 9B | E0 | 52 | 1F | 0 | 3F | C | 59 | 46 | 3C |
| Octal | 233 | 340 | 122 | 37 | 0 | 77 | 14 | 131 | 106 | 74 |
| Binary | 10011011 | 11100000 | 1010010 | 11111 | 0 | 111111 | 1100 | 1011001 | 1000110 | 111100 |
Color Harmonies of #9BE052
Complementary color
Monochromatic Colors of #9BE052
Black with #9BE052
Text Example
Text Example
White with #9BE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE052; }
p { color: rgb(155,224,82); }
H1.HeaderClassName
{
color: #9BE052;
}
.AnyTagClassName
{
color: #9BE052;
}
</style>
background-color css
<style>
a { background-color: #9BE052; }
a { background-color: rgb(155,224,82); }
div.DivClassName
{
background-color: #9BE052;
}
.BgClassName
{
background-color: #9BE052;
}
</style>
border-color css
<style>
span { border-color: #9BE052; }
span { border-color: rgb(155,224,82); }
td.TdClassName
{
border-color: #9BE052;
}
.TagClassName
{
border-color: #9BE052;
}
</style>