Shades of Jade #0DC46A
Tints of Jade #0DC46A
RGB
CMYK
RGB Variations
Color information
#0DC46A (or 0x0DC46A) is known color: Jade. HEX triplet: 0D, C4 and 6A. RGB value is (13,196,106). Sum of RGB (Red+Green+Blue) = 13+196+106=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC46A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC46A is #F23B95. Grayscale: #838383. Windows color (decimal): -15874966 or 6997005. OLE color: 6997005.
HSL color Cylindrical-coordinate representation of color #0DC46A: hue angle of 150.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC46A is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 106 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.23 |
| HSL | 150.49º | 0.88% | 0.41% | - |
| HSV(B) | 150.49º | 0.93% | 0.77% | - |
| XYZ | 22.51 | 40.61 | 20.29 | - |
| YUV | 131.02 | 113.87 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 106 | 0.93 | 0 | 0.46 | 0.23 | 150.49 | 0.88 | 0.41 |
| Hex | D | C4 | 6A | 5D | 0 | 2E | 17 | 96 | 58 | 29 |
| Octal | 15 | 304 | 152 | 135 | 0 | 56 | 27 | 226 | 130 | 51 |
| Binary | 1101 | 11000100 | 1101010 | 1011101 | 0 | 101110 | 10111 | 10010110 | 1011000 | 101001 |
Color Harmonies of #0DC46A
Complementary color
Monochromatic Colors of #0DC46A
Black with #0DC46A
Text Example
Text Example
White with #0DC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC46A; }
p { color: rgb(13,196,106); }
H1.HeaderClassName
{
color: #0DC46A;
}
.AnyTagClassName
{
color: #0DC46A;
}
</style>
background-color css
<style>
a { background-color: #0DC46A; }
a { background-color: rgb(13,196,106); }
div.DivClassName
{
background-color: #0DC46A;
}
.BgClassName
{
background-color: #0DC46A;
}
</style>
border-color css
<style>
span { border-color: #0DC46A; }
span { border-color: rgb(13,196,106); }
td.TdClassName
{
border-color: #0DC46A;
}
.TagClassName
{
border-color: #0DC46A;
}
</style>