Shades of Jade #0CB46D
Tints of Jade #0CB46D
RGB
CMYK
RGB Variations
Color information
#0CB46D (or 0x0CB46D) is known color: Jade. HEX triplet: 0C, B4 and 6D. RGB value is (12,180,109). Sum of RGB (Red+Green+Blue) = 12+180+109=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB46D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB46D is #F34B92. Grayscale: #797979. Windows color (decimal): -15944595 or 7189516. OLE color: 7189516.
HSL color Cylindrical-coordinate representation of color #0CB46D: hue angle of 154.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB46D is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 180 | 109 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.29 |
| HSL | 154.64º | 0.88% | 0.38% | - |
| HSV(B) | 154.64º | 0.93% | 0.71% | - |
| XYZ | 19.23 | 33.82 | 19.98 | - |
| YUV | 121.67 | 120.84 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 109 | 0.93 | 0 | 0.39 | 0.29 | 154.64 | 0.88 | 0.38 |
| Hex | C | B4 | 6D | 5D | 0 | 27 | 1D | 9B | 58 | 26 |
| Octal | 14 | 264 | 155 | 135 | 0 | 47 | 35 | 233 | 130 | 46 |
| Binary | 1100 | 10110100 | 1101101 | 1011101 | 0 | 100111 | 11101 | 10011011 | 1011000 | 100110 |
Color Harmonies of #0CB46D
Complementary color
Monochromatic Colors of #0CB46D
Black with #0CB46D
Text Example
Text Example
White with #0CB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB46D; }
p { color: rgb(12,180,109); }
H1.HeaderClassName
{
color: #0CB46D;
}
.AnyTagClassName
{
color: #0CB46D;
}
</style>
background-color css
<style>
a { background-color: #0CB46D; }
a { background-color: rgb(12,180,109); }
div.DivClassName
{
background-color: #0CB46D;
}
.BgClassName
{
background-color: #0CB46D;
}
</style>
border-color css
<style>
span { border-color: #0CB46D; }
span { border-color: rgb(12,180,109); }
td.TdClassName
{
border-color: #0CB46D;
}
.TagClassName
{
border-color: #0CB46D;
}
</style>