Shades of Jade #0CB46F
Tints of Jade #0CB46F
RGB
CMYK
RGB Variations
Color information
#0CB46F (or 0x0CB46F) is known color: Jade. HEX triplet: 0C, B4 and 6F. RGB value is (12,180,111). Sum of RGB (Red+Green+Blue) = 12+180+111=303 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.96% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB46F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB46F is #F34B90. Grayscale: #7A7A7A. Windows color (decimal): -15944593 or 7320588. OLE color: 7320588.
HSL color Cylindrical-coordinate representation of color #0CB46F: hue angle of 155.36º 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 #0CB46F is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 180 | 111 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.29 |
| HSL | 155.36º | 0.88% | 0.38% | - |
| HSV(B) | 155.36º | 0.93% | 0.71% | - |
| XYZ | 19.34 | 33.87 | 20.56 | - |
| YUV | 121.9 | 121.84 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 111 | 0.93 | 0 | 0.38 | 0.29 | 155.36 | 0.88 | 0.38 |
| Hex | C | B4 | 6F | 5D | 0 | 26 | 1D | 9B | 58 | 26 |
| Octal | 14 | 264 | 157 | 135 | 0 | 46 | 35 | 233 | 130 | 46 |
| Binary | 1100 | 10110100 | 1101111 | 1011101 | 0 | 100110 | 11101 | 10011011 | 1011000 | 100110 |
Color Harmonies of #0CB46F
Complementary color
Monochromatic Colors of #0CB46F
Black with #0CB46F
Text Example
Text Example
White with #0CB46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB46F; }
p { color: rgb(12,180,111); }
H1.HeaderClassName
{
color: #0CB46F;
}
.AnyTagClassName
{
color: #0CB46F;
}
</style>
background-color css
<style>
a { background-color: #0CB46F; }
a { background-color: rgb(12,180,111); }
div.DivClassName
{
background-color: #0CB46F;
}
.BgClassName
{
background-color: #0CB46F;
}
</style>
border-color css
<style>
span { border-color: #0CB46F; }
span { border-color: rgb(12,180,111); }
td.TdClassName
{
border-color: #0CB46F;
}
.TagClassName
{
border-color: #0CB46F;
}
</style>