Shades of Jade #0CAE6D
Tints of Jade #0CAE6D
RGB
CMYK
RGB Variations
Color information
#0CAE6D (or 0x0CAE6D) is known color: Jade. HEX triplet: 0C, AE and 6D. RGB value is (12,174,109). Sum of RGB (Red+Green+Blue) = 12+174+109=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 174 (68.36% from 255 or 58.98% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAE6D is #F35192. Grayscale: #767676. Windows color (decimal): -15946131 or 7187980. OLE color: 7187980.
HSL color Cylindrical-coordinate representation of color #0CAE6D: hue angle of 155.93º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAE6D is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 109 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.32 |
| HSL | 155.93º | 0.87% | 0.36% | - |
| HSV(B) | 155.93º | 0.93% | 0.68% | - |
| XYZ | 18.05 | 31.45 | 19.59 | - |
| YUV | 118.15 | 122.83 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 109 | 0.93 | 0 | 0.37 | 0.32 | 155.93 | 0.87 | 0.36 |
| Hex | C | AE | 6D | 5D | 0 | 25 | 20 | 9C | 57 | 24 |
| Octal | 14 | 256 | 155 | 135 | 0 | 45 | 40 | 234 | 127 | 44 |
| Binary | 1100 | 10101110 | 1101101 | 1011101 | 0 | 100101 | 100000 | 10011100 | 1010111 | 100100 |
Color Harmonies of #0CAE6D
Complementary color
Monochromatic Colors of #0CAE6D
Black with #0CAE6D
Text Example
Text Example
White with #0CAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE6D; }
p { color: rgb(12,174,109); }
H1.HeaderClassName
{
color: #0CAE6D;
}
.AnyTagClassName
{
color: #0CAE6D;
}
</style>
background-color css
<style>
a { background-color: #0CAE6D; }
a { background-color: rgb(12,174,109); }
div.DivClassName
{
background-color: #0CAE6D;
}
.BgClassName
{
background-color: #0CAE6D;
}
</style>
border-color css
<style>
span { border-color: #0CAE6D; }
span { border-color: rgb(12,174,109); }
td.TdClassName
{
border-color: #0CAE6D;
}
.TagClassName
{
border-color: #0CAE6D;
}
</style>