Shades of Jade #0CA369
Tints of Jade #0CA369
RGB
CMYK
RGB Variations
Color information
#0CA369 (or 0x0CA369) is known color: Jade. HEX triplet: 0C, A3 and 69. RGB value is (12,163,105). Sum of RGB (Red+Green+Blue) = 12+163+105=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA369 is #F35C96. Grayscale: #6F6F6F. Windows color (decimal): -15948951 or 6923020. OLE color: 6923020.
HSL color Cylindrical-coordinate representation of color #0CA369: hue angle of 156.95º 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 #0CA369 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 105 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.36 |
| HSL | 156.95º | 0.86% | 0.34% | - |
| HSV(B) | 156.95º | 0.93% | 0.64% | - |
| XYZ | 15.8 | 27.29 | 17.8 | - |
| YUV | 111.24 | 124.47 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 105 | 0.93 | 0 | 0.36 | 0.36 | 156.95 | 0.86 | 0.34 |
| Hex | C | A3 | 69 | 5D | 0 | 24 | 24 | 9D | 56 | 22 |
| Octal | 14 | 243 | 151 | 135 | 0 | 44 | 44 | 235 | 126 | 42 |
| Binary | 1100 | 10100011 | 1101001 | 1011101 | 0 | 100100 | 100100 | 10011101 | 1010110 | 100010 |
Color Harmonies of #0CA369
Complementary color
Monochromatic Colors of #0CA369
Black with #0CA369
Text Example
Text Example
White with #0CA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA369; }
p { color: rgb(12,163,105); }
H1.HeaderClassName
{
color: #0CA369;
}
.AnyTagClassName
{
color: #0CA369;
}
</style>
background-color css
<style>
a { background-color: #0CA369; }
a { background-color: rgb(12,163,105); }
div.DivClassName
{
background-color: #0CA369;
}
.BgClassName
{
background-color: #0CA369;
}
</style>
border-color css
<style>
span { border-color: #0CA369; }
span { border-color: rgb(12,163,105); }
td.TdClassName
{
border-color: #0CA369;
}
.TagClassName
{
border-color: #0CA369;
}
</style>