Shades of Conifer #9CDB62
Tints of Conifer #9CDB62
RGB
CMYK
RGB Variations
Color information
#9CDB62 (or 0x9CDB62) is known color: Conifer. HEX triplet: 9C, DB and 62. RGB value is (156,219,98). Sum of RGB (Red+Green+Blue) = 156+219+98=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB62 is #63249D. Grayscale: #BABABA. Windows color (decimal): -6497438 or 6478748. OLE color: 6478748.
HSL color Cylindrical-coordinate representation of color #9CDB62: hue angle of 91.24º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CDB62 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 98 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.14 |
| HSL | 91.24º | 0.63% | 0.62% | - |
| HSV(B) | 91.24º | 0.55% | 0.86% | - |
| XYZ | 41.25 | 58.61 | 20.69 | - |
| YUV | 186.37 | 78.13 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 98 | 0.29 | 0 | 0.55 | 0.14 | 91.24 | 0.63 | 0.62 |
| Hex | 9C | DB | 62 | 1D | 0 | 37 | E | 5B | 3F | 3E |
| Octal | 234 | 333 | 142 | 35 | 0 | 67 | 16 | 133 | 77 | 76 |
| Binary | 10011100 | 11011011 | 1100010 | 11101 | 0 | 110111 | 1110 | 1011011 | 111111 | 111110 |
Color Harmonies of #9CDB62
Complementary color
Monochromatic Colors of #9CDB62
Black with #9CDB62
Text Example
Text Example
White with #9CDB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB62; }
p { color: rgb(156,219,98); }
H1.HeaderClassName
{
color: #9CDB62;
}
.AnyTagClassName
{
color: #9CDB62;
}
</style>
background-color css
<style>
a { background-color: #9CDB62; }
a { background-color: rgb(156,219,98); }
div.DivClassName
{
background-color: #9CDB62;
}
.BgClassName
{
background-color: #9CDB62;
}
</style>
border-color css
<style>
span { border-color: #9CDB62; }
span { border-color: rgb(156,219,98); }
td.TdClassName
{
border-color: #9CDB62;
}
.TagClassName
{
border-color: #9CDB62;
}
</style>