Shades of Conifer #9BDA56
Tints of Conifer #9BDA56
RGB
CMYK
RGB Variations
Color information
#9BDA56 (or 0x9BDA56) is known color: Conifer. HEX triplet: 9B, DA and 56. RGB value is (155,218,86). Sum of RGB (Red+Green+Blue) = 155+218+86=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA56 is #6425A9. Grayscale: #B8B8B8. Windows color (decimal): -6563242 or 5692059. OLE color: 5692059.
HSL color Cylindrical-coordinate representation of color #9BDA56: hue angle of 88.64º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BDA56 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 86 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.15 |
| HSL | 88.64º | 0.64% | 0.6% | - |
| HSV(B) | 88.64º | 0.61% | 0.85% | - |
| XYZ | 40.27 | 57.78 | 17.84 | - |
| YUV | 184.12 | 72.63 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 86 | 0.29 | 0 | 0.61 | 0.15 | 88.64 | 0.64 | 0.6 |
| Hex | 9B | DA | 56 | 1D | 0 | 3D | F | 59 | 40 | 3C |
| Octal | 233 | 332 | 126 | 35 | 0 | 75 | 17 | 131 | 100 | 74 |
| Binary | 10011011 | 11011010 | 1010110 | 11101 | 0 | 111101 | 1111 | 1011001 | 1000000 | 111100 |
Color Harmonies of #9BDA56
Complementary color
Monochromatic Colors of #9BDA56
Black with #9BDA56
Text Example
Text Example
White with #9BDA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA56; }
p { color: rgb(155,218,86); }
H1.HeaderClassName
{
color: #9BDA56;
}
.AnyTagClassName
{
color: #9BDA56;
}
</style>
background-color css
<style>
a { background-color: #9BDA56; }
a { background-color: rgb(155,218,86); }
div.DivClassName
{
background-color: #9BDA56;
}
.BgClassName
{
background-color: #9BDA56;
}
</style>
border-color css
<style>
span { border-color: #9BDA56; }
span { border-color: rgb(155,218,86); }
td.TdClassName
{
border-color: #9BDA56;
}
.TagClassName
{
border-color: #9BDA56;
}
</style>