Shades of Jade #0CA36F
Tints of Jade #0CA36F
RGB
CMYK
RGB Variations
Color information
#0CA36F (or 0x0CA36F) is known color: Jade. HEX triplet: 0C, A3 and 6F. RGB value is (12,163,111). Sum of RGB (Red+Green+Blue) = 12+163+111=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA36F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA36F is #F35C90. Grayscale: #6F6F6F. Windows color (decimal): -15948945 or 7316236. OLE color: 7316236.
HSL color Cylindrical-coordinate representation of color #0CA36F: hue angle of 159.34º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA36F is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 111 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.36 |
| HSL | 159.34º | 0.86% | 0.34% | - |
| HSV(B) | 159.34º | 0.93% | 0.64% | - |
| XYZ | 16.12 | 27.42 | 19.48 | - |
| YUV | 111.92 | 127.47 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 111 | 0.93 | 0 | 0.32 | 0.36 | 159.34 | 0.86 | 0.34 |
| Hex | C | A3 | 6F | 5D | 0 | 20 | 24 | 9F | 56 | 22 |
| Octal | 14 | 243 | 157 | 135 | 0 | 40 | 44 | 237 | 126 | 42 |
| Binary | 1100 | 10100011 | 1101111 | 1011101 | 0 | 100000 | 100100 | 10011111 | 1010110 | 100010 |
Color Harmonies of #0CA36F
Complementary color
Monochromatic Colors of #0CA36F
Black with #0CA36F
Text Example
Text Example
White with #0CA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA36F; }
p { color: rgb(12,163,111); }
H1.HeaderClassName
{
color: #0CA36F;
}
.AnyTagClassName
{
color: #0CA36F;
}
</style>
background-color css
<style>
a { background-color: #0CA36F; }
a { background-color: rgb(12,163,111); }
div.DivClassName
{
background-color: #0CA36F;
}
.BgClassName
{
background-color: #0CA36F;
}
</style>
border-color css
<style>
span { border-color: #0CA36F; }
span { border-color: rgb(12,163,111); }
td.TdClassName
{
border-color: #0CA36F;
}
.TagClassName
{
border-color: #0CA36F;
}
</style>