Shades of Jade #0DC36C
Tints of Jade #0DC36C
RGB
CMYK
RGB Variations
Color information
#0DC36C (or 0x0DC36C) is known color: Jade. HEX triplet: 0D, C3 and 6C. RGB value is (13,195,108). Sum of RGB (Red+Green+Blue) = 13+195+108=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC36C is #F23C93. Grayscale: #828282. Windows color (decimal): -15875220 or 7127821. OLE color: 7127821.
HSL color Cylindrical-coordinate representation of color #0DC36C: hue angle of 151.32º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC36C is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 108 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.24 |
| HSL | 151.32º | 0.88% | 0.41% | - |
| HSV(B) | 151.32º | 0.93% | 0.76% | - |
| XYZ | 22.39 | 40.2 | 20.77 | - |
| YUV | 130.66 | 115.2 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 108 | 0.93 | 0 | 0.45 | 0.24 | 151.32 | 0.88 | 0.41 |
| Hex | D | C3 | 6C | 5D | 0 | 2D | 18 | 97 | 58 | 29 |
| Octal | 15 | 303 | 154 | 135 | 0 | 55 | 30 | 227 | 130 | 51 |
| Binary | 1101 | 11000011 | 1101100 | 1011101 | 0 | 101101 | 11000 | 10010111 | 1011000 | 101001 |
Color Harmonies of #0DC36C
Complementary color
Monochromatic Colors of #0DC36C
Black with #0DC36C
Text Example
Text Example
White with #0DC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC36C; }
p { color: rgb(13,195,108); }
H1.HeaderClassName
{
color: #0DC36C;
}
.AnyTagClassName
{
color: #0DC36C;
}
</style>
background-color css
<style>
a { background-color: #0DC36C; }
a { background-color: rgb(13,195,108); }
div.DivClassName
{
background-color: #0DC36C;
}
.BgClassName
{
background-color: #0DC36C;
}
</style>
border-color css
<style>
span { border-color: #0DC36C; }
span { border-color: rgb(13,195,108); }
td.TdClassName
{
border-color: #0DC36C;
}
.TagClassName
{
border-color: #0DC36C;
}
</style>