Shades of Jade #0CA26B
Tints of Jade #0CA26B
RGB
CMYK
RGB Variations
Color information
#0CA26B (or 0x0CA26B) is known color: Jade. HEX triplet: 0C, A2 and 6B. RGB value is (12,162,107). Sum of RGB (Red+Green+Blue) = 12+162+107=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA26B is #F35D94. Grayscale: #6E6E6E. Windows color (decimal): -15949205 or 7053836. OLE color: 7053836.
HSL color Cylindrical-coordinate representation of color #0CA26B: hue angle of 158º 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 #0CA26B is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 162 | 107 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.36 |
| HSL | 158º | 0.86% | 0.34% | - |
| HSV(B) | 158º | 0.93% | 0.64% | - |
| XYZ | 15.73 | 26.98 | 18.29 | - |
| YUV | 110.88 | 125.81 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 162 | 107 | 0.93 | 0 | 0.34 | 0.36 | 158 | 0.86 | 0.34 |
| Hex | C | A2 | 6B | 5D | 0 | 22 | 24 | 9E | 56 | 22 |
| Octal | 14 | 242 | 153 | 135 | 0 | 42 | 44 | 236 | 126 | 42 |
| Binary | 1100 | 10100010 | 1101011 | 1011101 | 0 | 100010 | 100100 | 10011110 | 1010110 | 100010 |
Color Harmonies of #0CA26B
Complementary color
Monochromatic Colors of #0CA26B
Black with #0CA26B
Text Example
Text Example
White with #0CA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA26B; }
p { color: rgb(12,162,107); }
H1.HeaderClassName
{
color: #0CA26B;
}
.AnyTagClassName
{
color: #0CA26B;
}
</style>
background-color css
<style>
a { background-color: #0CA26B; }
a { background-color: rgb(12,162,107); }
div.DivClassName
{
background-color: #0CA26B;
}
.BgClassName
{
background-color: #0CA26B;
}
</style>
border-color css
<style>
span { border-color: #0CA26B; }
span { border-color: rgb(12,162,107); }
td.TdClassName
{
border-color: #0CA26B;
}
.TagClassName
{
border-color: #0CA26B;
}
</style>