Shades of Jade #0C9F6A
Tints of Jade #0C9F6A
RGB
CMYK
RGB Variations
Color information
#0C9F6A (or 0x0C9F6A) is known color: Jade. HEX triplet: 0C, 9F and 6A. RGB value is (12,159,106). Sum of RGB (Red+Green+Blue) = 12+159+106=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9F6A is #F36095. Grayscale: #6D6D6D. Windows color (decimal): -15949974 or 6987532. OLE color: 6987532.
HSL color Cylindrical-coordinate representation of color #0C9F6A: hue angle of 158.37º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9F6A is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 159 | 106 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.38 |
| HSL | 158.37º | 0.86% | 0.34% | - |
| HSV(B) | 158.37º | 0.92% | 0.62% | - |
| XYZ | 15.15 | 25.92 | 17.84 | - |
| YUV | 109.01 | 126.3 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 106 | 0.92 | 0 | 0.33 | 0.38 | 158.37 | 0.86 | 0.34 |
| Hex | C | 9F | 6A | 5C | 0 | 21 | 26 | 9E | 56 | 22 |
| Octal | 14 | 237 | 152 | 134 | 0 | 41 | 46 | 236 | 126 | 42 |
| Binary | 1100 | 10011111 | 1101010 | 1011100 | 0 | 100001 | 100110 | 10011110 | 1010110 | 100010 |
Color Harmonies of #0C9F6A
Complementary color
Monochromatic Colors of #0C9F6A
Black with #0C9F6A
Text Example
Text Example
White with #0C9F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9F6A; }
p { color: rgb(12,159,106); }
H1.HeaderClassName
{
color: #0C9F6A;
}
.AnyTagClassName
{
color: #0C9F6A;
}
</style>
background-color css
<style>
a { background-color: #0C9F6A; }
a { background-color: rgb(12,159,106); }
div.DivClassName
{
background-color: #0C9F6A;
}
.BgClassName
{
background-color: #0C9F6A;
}
</style>
border-color css
<style>
span { border-color: #0C9F6A; }
span { border-color: rgb(12,159,106); }
td.TdClassName
{
border-color: #0C9F6A;
}
.TagClassName
{
border-color: #0C9F6A;
}
</style>