Shades of Conifer #9BDA62
Tints of Conifer #9BDA62
RGB
CMYK
RGB Variations
Color information
#9BDA62 (or 0x9BDA62) is known color: Conifer. HEX triplet: 9B, DA and 62. RGB value is (155,218,98). Sum of RGB (Red+Green+Blue) = 155+218+98=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA62 is #64259D. Grayscale: #B9B9B9. Windows color (decimal): -6563230 or 6478491. OLE color: 6478491.
HSL color Cylindrical-coordinate representation of color #9BDA62: hue angle of 91.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BDA62 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 98 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.15 |
| HSL | 91.5º | 0.62% | 0.62% | - |
| HSV(B) | 91.5º | 0.55% | 0.85% | - |
| XYZ | 40.79 | 57.99 | 20.6 | - |
| YUV | 185.48 | 78.63 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 98 | 0.29 | 0 | 0.55 | 0.15 | 91.5 | 0.62 | 0.62 |
| Hex | 9B | DA | 62 | 1D | 0 | 37 | F | 5C | 3E | 3E |
| Octal | 233 | 332 | 142 | 35 | 0 | 67 | 17 | 134 | 76 | 76 |
| Binary | 10011011 | 11011010 | 1100010 | 11101 | 0 | 110111 | 1111 | 1011100 | 111110 | 111110 |
Color Harmonies of #9BDA62
Complementary color
Monochromatic Colors of #9BDA62
Black with #9BDA62
Text Example
Text Example
White with #9BDA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA62; }
p { color: rgb(155,218,98); }
H1.HeaderClassName
{
color: #9BDA62;
}
.AnyTagClassName
{
color: #9BDA62;
}
</style>
background-color css
<style>
a { background-color: #9BDA62; }
a { background-color: rgb(155,218,98); }
div.DivClassName
{
background-color: #9BDA62;
}
.BgClassName
{
background-color: #9BDA62;
}
</style>
border-color css
<style>
span { border-color: #9BDA62; }
span { border-color: rgb(155,218,98); }
td.TdClassName
{
border-color: #9BDA62;
}
.TagClassName
{
border-color: #9BDA62;
}
</style>