Shades of Jade #0CB06E
Tints of Jade #0CB06E
RGB
CMYK
RGB Variations
Color information
#0CB06E (or 0x0CB06E) is known color: Jade. HEX triplet: 0C, B0 and 6E. RGB value is (12,176,110). Sum of RGB (Red+Green+Blue) = 12+176+110=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB06E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB06E is #F34F91. Grayscale: #777777. Windows color (decimal): -15945618 or 7254028. OLE color: 7254028.
HSL color Cylindrical-coordinate representation of color #0CB06E: hue angle of 155.85º 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 #0CB06E is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 176 | 110 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.31 |
| HSL | 155.85º | 0.87% | 0.37% | - |
| HSV(B) | 155.85º | 0.93% | 0.69% | - |
| XYZ | 18.49 | 32.25 | 20 | - |
| YUV | 119.44 | 122.67 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 176 | 110 | 0.93 | 0 | 0.37 | 0.31 | 155.85 | 0.87 | 0.37 |
| Hex | C | B0 | 6E | 5D | 0 | 25 | 1F | 9C | 57 | 25 |
| Octal | 14 | 260 | 156 | 135 | 0 | 45 | 37 | 234 | 127 | 45 |
| Binary | 1100 | 10110000 | 1101110 | 1011101 | 0 | 100101 | 11111 | 10011100 | 1010111 | 100101 |
Color Harmonies of #0CB06E
Complementary color
Monochromatic Colors of #0CB06E
Black with #0CB06E
Text Example
Text Example
White with #0CB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB06E; }
p { color: rgb(12,176,110); }
H1.HeaderClassName
{
color: #0CB06E;
}
.AnyTagClassName
{
color: #0CB06E;
}
</style>
background-color css
<style>
a { background-color: #0CB06E; }
a { background-color: rgb(12,176,110); }
div.DivClassName
{
background-color: #0CB06E;
}
.BgClassName
{
background-color: #0CB06E;
}
</style>
border-color css
<style>
span { border-color: #0CB06E; }
span { border-color: rgb(12,176,110); }
td.TdClassName
{
border-color: #0CB06E;
}
.TagClassName
{
border-color: #0CB06E;
}
</style>