Shades of Conifer #9BDA5E
Tints of Conifer #9BDA5E
RGB
CMYK
RGB Variations
Color information
#9BDA5E (or 0x9BDA5E) is known color: Conifer. HEX triplet: 9B, DA and 5E. RGB value is (155,218,94). Sum of RGB (Red+Green+Blue) = 155+218+94=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA5E is #6425A1. Grayscale: #B9B9B9. Windows color (decimal): -6563234 or 6216347. OLE color: 6216347.
HSL color Cylindrical-coordinate representation of color #9BDA5E: hue angle of 90.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BDA5E is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 94 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.15 |
| HSL | 90.48º | 0.63% | 0.61% | - |
| HSV(B) | 90.48º | 0.57% | 0.85% | - |
| XYZ | 40.61 | 57.92 | 19.63 | - |
| YUV | 185.03 | 76.63 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 94 | 0.29 | 0 | 0.57 | 0.15 | 90.48 | 0.63 | 0.61 |
| Hex | 9B | DA | 5E | 1D | 0 | 39 | F | 5A | 3F | 3D |
| Octal | 233 | 332 | 136 | 35 | 0 | 71 | 17 | 132 | 77 | 75 |
| Binary | 10011011 | 11011010 | 1011110 | 11101 | 0 | 111001 | 1111 | 1011010 | 111111 | 111101 |
Color Harmonies of #9BDA5E
Complementary color
Monochromatic Colors of #9BDA5E
Black with #9BDA5E
Text Example
Text Example
White with #9BDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA5E; }
p { color: rgb(155,218,94); }
H1.HeaderClassName
{
color: #9BDA5E;
}
.AnyTagClassName
{
color: #9BDA5E;
}
</style>
background-color css
<style>
a { background-color: #9BDA5E; }
a { background-color: rgb(155,218,94); }
div.DivClassName
{
background-color: #9BDA5E;
}
.BgClassName
{
background-color: #9BDA5E;
}
</style>
border-color css
<style>
span { border-color: #9BDA5E; }
span { border-color: rgb(155,218,94); }
td.TdClassName
{
border-color: #9BDA5E;
}
.TagClassName
{
border-color: #9BDA5E;
}
</style>