Shades of Jade #0CB16D
Tints of Jade #0CB16D
RGB
CMYK
RGB Variations
Color information
#0CB16D (or 0x0CB16D) is known color: Jade. HEX triplet: 0C, B1 and 6D. RGB value is (12,177,109). Sum of RGB (Red+Green+Blue) = 12+177+109=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 177 (69.53% from 255 or 59.40% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB16D is #F34E92. Grayscale: #787878. Windows color (decimal): -15945363 or 7188748. OLE color: 7188748.
HSL color Cylindrical-coordinate representation of color #0CB16D: hue angle of 155.27º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB16D is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 177 | 109 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.31 |
| HSL | 155.27º | 0.87% | 0.37% | - |
| HSV(B) | 155.27º | 0.93% | 0.69% | - |
| XYZ | 18.63 | 32.63 | 19.78 | - |
| YUV | 119.91 | 121.84 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 177 | 109 | 0.93 | 0 | 0.38 | 0.31 | 155.27 | 0.87 | 0.37 |
| Hex | C | B1 | 6D | 5D | 0 | 26 | 1F | 9B | 57 | 25 |
| Octal | 14 | 261 | 155 | 135 | 0 | 46 | 37 | 233 | 127 | 45 |
| Binary | 1100 | 10110001 | 1101101 | 1011101 | 0 | 100110 | 11111 | 10011011 | 1010111 | 100101 |
Color Harmonies of #0CB16D
Complementary color
Monochromatic Colors of #0CB16D
Black with #0CB16D
Text Example
Text Example
White with #0CB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB16D; }
p { color: rgb(12,177,109); }
H1.HeaderClassName
{
color: #0CB16D;
}
.AnyTagClassName
{
color: #0CB16D;
}
</style>
background-color css
<style>
a { background-color: #0CB16D; }
a { background-color: rgb(12,177,109); }
div.DivClassName
{
background-color: #0CB16D;
}
.BgClassName
{
background-color: #0CB16D;
}
</style>
border-color css
<style>
span { border-color: #0CB16D; }
span { border-color: rgb(12,177,109); }
td.TdClassName
{
border-color: #0CB16D;
}
.TagClassName
{
border-color: #0CB16D;
}
</style>