Shades of Jade #0CBF6C
Tints of Jade #0CBF6C
RGB
CMYK
RGB Variations
Color information
#0CBF6C (or 0x0CBF6C) is known color: Jade. HEX triplet: 0C, BF and 6C. RGB value is (12,191,108). Sum of RGB (Red+Green+Blue) = 12+191+108=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBF6C is #F34093. Grayscale: #808080. Windows color (decimal): -15941780 or 7126796. OLE color: 7126796.
HSL color Cylindrical-coordinate representation of color #0CBF6C: hue angle of 152.18º 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 #0CBF6C is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 191 | 108 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.25 |
| HSL | 152.18º | 0.88% | 0.4% | - |
| HSV(B) | 152.18º | 0.94% | 0.75% | - |
| XYZ | 21.49 | 38.42 | 20.47 | - |
| YUV | 128.02 | 116.7 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 108 | 0.94 | 0 | 0.43 | 0.25 | 152.18 | 0.88 | 0.4 |
| Hex | C | BF | 6C | 5E | 0 | 2B | 19 | 98 | 58 | 28 |
| Octal | 14 | 277 | 154 | 136 | 0 | 53 | 31 | 230 | 130 | 50 |
| Binary | 1100 | 10111111 | 1101100 | 1011110 | 0 | 101011 | 11001 | 10011000 | 1011000 | 101000 |
Color Harmonies of #0CBF6C
Complementary color
Monochromatic Colors of #0CBF6C
Black with #0CBF6C
Text Example
Text Example
White with #0CBF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBF6C; }
p { color: rgb(12,191,108); }
H1.HeaderClassName
{
color: #0CBF6C;
}
.AnyTagClassName
{
color: #0CBF6C;
}
</style>
background-color css
<style>
a { background-color: #0CBF6C; }
a { background-color: rgb(12,191,108); }
div.DivClassName
{
background-color: #0CBF6C;
}
.BgClassName
{
background-color: #0CBF6C;
}
</style>
border-color css
<style>
span { border-color: #0CBF6C; }
span { border-color: rgb(12,191,108); }
td.TdClassName
{
border-color: #0CBF6C;
}
.TagClassName
{
border-color: #0CBF6C;
}
</style>