Shades of Jade #0CA874
Tints of Jade #0CA874
RGB
CMYK
RGB Variations
Color information
#0CA874 (or 0x0CA874) is known color: Jade. HEX triplet: 0C, A8 and 74. RGB value is (12,168,116). Sum of RGB (Red+Green+Blue) = 12+168+116=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA874 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA874 is #F3578B. Grayscale: #737373. Windows color (decimal): -15947660 or 7645196. OLE color: 7645196.
HSL color Cylindrical-coordinate representation of color #0CA874: hue angle of 160º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA874 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 168 | 116 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.34 |
| HSL | 160º | 0.87% | 0.35% | - |
| HSV(B) | 160º | 0.93% | 0.66% | - |
| XYZ | 17.31 | 29.34 | 21.27 | - |
| YUV | 115.43 | 128.32 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 116 | 0.93 | 0 | 0.31 | 0.34 | 160 | 0.87 | 0.35 |
| Hex | C | A8 | 74 | 5D | 0 | 1F | 22 | A0 | 57 | 23 |
| Octal | 14 | 250 | 164 | 135 | 0 | 37 | 42 | 240 | 127 | 43 |
| Binary | 1100 | 10101000 | 1110100 | 1011101 | 0 | 11111 | 100010 | 10100000 | 1010111 | 100011 |
Color Harmonies of #0CA874
Complementary color
Monochromatic Colors of #0CA874
Black with #0CA874
Text Example
Text Example
White with #0CA874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA874; }
p { color: rgb(12,168,116); }
H1.HeaderClassName
{
color: #0CA874;
}
.AnyTagClassName
{
color: #0CA874;
}
</style>
background-color css
<style>
a { background-color: #0CA874; }
a { background-color: rgb(12,168,116); }
div.DivClassName
{
background-color: #0CA874;
}
.BgClassName
{
background-color: #0CA874;
}
</style>
border-color css
<style>
span { border-color: #0CA874; }
span { border-color: rgb(12,168,116); }
td.TdClassName
{
border-color: #0CA874;
}
.TagClassName
{
border-color: #0CA874;
}
</style>