Shades of Jade #0CBF6D
Tints of Jade #0CBF6D
RGB
CMYK
RGB Variations
Color information
#0CBF6D (or 0x0CBF6D) is known color: Jade. HEX triplet: 0C, BF and 6D. RGB value is (12,191,109). Sum of RGB (Red+Green+Blue) = 12+191+109=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 191 (75% from 255 or 61.22% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBF6D is #F34092. Grayscale: #808080. Windows color (decimal): -15941779 or 7192332. OLE color: 7192332.
HSL color Cylindrical-coordinate representation of color #0CBF6D: hue angle of 152.51º 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 #0CBF6D is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 191 | 109 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.25 |
| HSL | 152.51º | 0.88% | 0.4% | - |
| HSV(B) | 152.51º | 0.94% | 0.75% | - |
| XYZ | 21.54 | 38.44 | 20.75 | - |
| YUV | 128.13 | 117.2 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 109 | 0.94 | 0 | 0.43 | 0.25 | 152.51 | 0.88 | 0.4 |
| Hex | C | BF | 6D | 5E | 0 | 2B | 19 | 99 | 58 | 28 |
| Octal | 14 | 277 | 155 | 136 | 0 | 53 | 31 | 231 | 130 | 50 |
| Binary | 1100 | 10111111 | 1101101 | 1011110 | 0 | 101011 | 11001 | 10011001 | 1011000 | 101000 |
Color Harmonies of #0CBF6D
Complementary color
Monochromatic Colors of #0CBF6D
Black with #0CBF6D
Text Example
Text Example
White with #0CBF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBF6D; }
p { color: rgb(12,191,109); }
H1.HeaderClassName
{
color: #0CBF6D;
}
.AnyTagClassName
{
color: #0CBF6D;
}
</style>
background-color css
<style>
a { background-color: #0CBF6D; }
a { background-color: rgb(12,191,109); }
div.DivClassName
{
background-color: #0CBF6D;
}
.BgClassName
{
background-color: #0CBF6D;
}
</style>
border-color css
<style>
span { border-color: #0CBF6D; }
span { border-color: rgb(12,191,109); }
td.TdClassName
{
border-color: #0CBF6D;
}
.TagClassName
{
border-color: #0CBF6D;
}
</style>