Shades of Conifer #9BDA60
Tints of Conifer #9BDA60
RGB
CMYK
RGB Variations
Color information
#9BDA60 (or 0x9BDA60) is known color: Conifer. HEX triplet: 9B, DA and 60. RGB value is (155,218,96). Sum of RGB (Red+Green+Blue) = 155+218+96=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA60 is #64259F. Grayscale: #B9B9B9. Windows color (decimal): -6563232 or 6347419. OLE color: 6347419.
HSL color Cylindrical-coordinate representation of color #9BDA60: hue angle of 90.98º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BDA60 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 96 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.15 |
| HSL | 90.98º | 0.62% | 0.62% | - |
| HSV(B) | 90.98º | 0.56% | 0.85% | - |
| XYZ | 40.7 | 57.96 | 20.11 | - |
| YUV | 185.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 96 | 0.29 | 0 | 0.56 | 0.15 | 90.98 | 0.62 | 0.62 |
| Hex | 9B | DA | 60 | 1D | 0 | 38 | F | 5B | 3E | 3E |
| Octal | 233 | 332 | 140 | 35 | 0 | 70 | 17 | 133 | 76 | 76 |
| Binary | 10011011 | 11011010 | 1100000 | 11101 | 0 | 111000 | 1111 | 1011011 | 111110 | 111110 |
Color Harmonies of #9BDA60
Complementary color
Monochromatic Colors of #9BDA60
Black with #9BDA60
Text Example
Text Example
White with #9BDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA60; }
p { color: rgb(155,218,96); }
H1.HeaderClassName
{
color: #9BDA60;
}
.AnyTagClassName
{
color: #9BDA60;
}
</style>
background-color css
<style>
a { background-color: #9BDA60; }
a { background-color: rgb(155,218,96); }
div.DivClassName
{
background-color: #9BDA60;
}
.BgClassName
{
background-color: #9BDA60;
}
</style>
border-color css
<style>
span { border-color: #9BDA60; }
span { border-color: rgb(155,218,96); }
td.TdClassName
{
border-color: #9BDA60;
}
.TagClassName
{
border-color: #9BDA60;
}
</style>