Shades of Jade #0CB66A
Tints of Jade #0CB66A
RGB
CMYK
RGB Variations
Color information
#0CB66A (or 0x0CB66A) is known color: Jade. HEX triplet: 0C, B6 and 6A. RGB value is (12,182,106). Sum of RGB (Red+Green+Blue) = 12+182+106=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 182 (71.48% from 255 or 60.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB66A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB66A is #F34995. Grayscale: #7A7A7A. Windows color (decimal): -15944086 or 6993420. OLE color: 6993420.
HSL color Cylindrical-coordinate representation of color #0CB66A: hue angle of 153.18º 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 #0CB66A is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 106 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.29 |
| HSL | 153.18º | 0.88% | 0.38% | - |
| HSV(B) | 153.18º | 0.93% | 0.71% | - |
| XYZ | 19.48 | 34.57 | 19.28 | - |
| YUV | 122.51 | 118.68 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 106 | 0.93 | 0 | 0.42 | 0.29 | 153.18 | 0.88 | 0.38 |
| Hex | C | B6 | 6A | 5D | 0 | 2A | 1D | 99 | 58 | 26 |
| Octal | 14 | 266 | 152 | 135 | 0 | 52 | 35 | 231 | 130 | 46 |
| Binary | 1100 | 10110110 | 1101010 | 1011101 | 0 | 101010 | 11101 | 10011001 | 1011000 | 100110 |
Color Harmonies of #0CB66A
Complementary color
Monochromatic Colors of #0CB66A
Black with #0CB66A
Text Example
Text Example
White with #0CB66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB66A; }
p { color: rgb(12,182,106); }
H1.HeaderClassName
{
color: #0CB66A;
}
.AnyTagClassName
{
color: #0CB66A;
}
</style>
background-color css
<style>
a { background-color: #0CB66A; }
a { background-color: rgb(12,182,106); }
div.DivClassName
{
background-color: #0CB66A;
}
.BgClassName
{
background-color: #0CB66A;
}
</style>
border-color css
<style>
span { border-color: #0CB66A; }
span { border-color: rgb(12,182,106); }
td.TdClassName
{
border-color: #0CB66A;
}
.TagClassName
{
border-color: #0CB66A;
}
</style>