Shades of Jade #0CB36B
Tints of Jade #0CB36B
RGB
CMYK
RGB Variations
Color information
#0CB36B (or 0x0CB36B) is known color: Jade. HEX triplet: 0C, B3 and 6B. RGB value is (12,179,107). Sum of RGB (Red+Green+Blue) = 12+179+107=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 179 (70.31% from 255 or 60.07% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB36B is #F34C94. Grayscale: #787878. Windows color (decimal): -15944853 or 7058188. OLE color: 7058188.
HSL color Cylindrical-coordinate representation of color #0CB36B: hue angle of 154.13º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB36B is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 179 | 107 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.30 |
| HSL | 154.13º | 0.87% | 0.37% | - |
| HSV(B) | 154.13º | 0.93% | 0.7% | - |
| XYZ | 18.93 | 33.38 | 19.36 | - |
| YUV | 120.86 | 120.17 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 107 | 0.93 | 0 | 0.40 | 0.30 | 154.13 | 0.87 | 0.37 |
| Hex | C | B3 | 6B | 5D | 0 | 28 | 1E | 9A | 57 | 25 |
| Octal | 14 | 263 | 153 | 135 | 0 | 50 | 36 | 232 | 127 | 45 |
| Binary | 1100 | 10110011 | 1101011 | 1011101 | 0 | 101000 | 11110 | 10011010 | 1010111 | 100101 |
Color Harmonies of #0CB36B
Complementary color
Monochromatic Colors of #0CB36B
Black with #0CB36B
Text Example
Text Example
White with #0CB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB36B; }
p { color: rgb(12,179,107); }
H1.HeaderClassName
{
color: #0CB36B;
}
.AnyTagClassName
{
color: #0CB36B;
}
</style>
background-color css
<style>
a { background-color: #0CB36B; }
a { background-color: rgb(12,179,107); }
div.DivClassName
{
background-color: #0CB36B;
}
.BgClassName
{
background-color: #0CB36B;
}
</style>
border-color css
<style>
span { border-color: #0CB36B; }
span { border-color: rgb(12,179,107); }
td.TdClassName
{
border-color: #0CB36B;
}
.TagClassName
{
border-color: #0CB36B;
}
</style>