Shades of Jade #0CC067
Tints of Jade #0CC067
RGB
CMYK
RGB Variations
Color information
#0CC067 (or 0x0CC067) is known color: Jade. HEX triplet: 0C, C0 and 67. RGB value is (12,192,103). Sum of RGB (Red+Green+Blue) = 12+192+103=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC067 is #F33F98. Grayscale: #808080. Windows color (decimal): -15941529 or 6799372. OLE color: 6799372.
HSL color Cylindrical-coordinate representation of color #0CC067: hue angle of 150.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC067 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 103 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.25 |
| HSL | 150.33º | 0.88% | 0.4% | - |
| HSV(B) | 150.33º | 0.94% | 0.75% | - |
| XYZ | 21.45 | 38.76 | 19.18 | - |
| YUV | 128.03 | 113.87 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 103 | 0.94 | 0 | 0.46 | 0.25 | 150.33 | 0.88 | 0.4 |
| Hex | C | C0 | 67 | 5E | 0 | 2E | 19 | 96 | 58 | 28 |
| Octal | 14 | 300 | 147 | 136 | 0 | 56 | 31 | 226 | 130 | 50 |
| Binary | 1100 | 11000000 | 1100111 | 1011110 | 0 | 101110 | 11001 | 10010110 | 1011000 | 101000 |
Color Harmonies of #0CC067
Complementary color
Monochromatic Colors of #0CC067
Black with #0CC067
Text Example
Text Example
White with #0CC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC067; }
p { color: rgb(12,192,103); }
H1.HeaderClassName
{
color: #0CC067;
}
.AnyTagClassName
{
color: #0CC067;
}
</style>
background-color css
<style>
a { background-color: #0CC067; }
a { background-color: rgb(12,192,103); }
div.DivClassName
{
background-color: #0CC067;
}
.BgClassName
{
background-color: #0CC067;
}
</style>
border-color css
<style>
span { border-color: #0CC067; }
span { border-color: rgb(12,192,103); }
td.TdClassName
{
border-color: #0CC067;
}
.TagClassName
{
border-color: #0CC067;
}
</style>