Shades of Jade #0DAC6C
Tints of Jade #0DAC6C
RGB
CMYK
RGB Variations
Color information
#0DAC6C (or 0x0DAC6C) is known color: Jade. HEX triplet: 0D, AC and 6C. RGB value is (13,172,108). Sum of RGB (Red+Green+Blue) = 13+172+108=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC6C is #F25393. Grayscale: #757575. Windows color (decimal): -15881108 or 7121933. OLE color: 7121933.
HSL color Cylindrical-coordinate representation of color #0DAC6C: hue angle of 155.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAC6C is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 108 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.33 |
| HSL | 155.85º | 0.86% | 0.36% | - |
| HSV(B) | 155.85º | 0.92% | 0.67% | - |
| XYZ | 17.63 | 30.67 | 19.18 | - |
| YUV | 117.16 | 122.82 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 108 | 0.92 | 0 | 0.37 | 0.33 | 155.85 | 0.86 | 0.36 |
| Hex | D | AC | 6C | 5C | 0 | 25 | 21 | 9C | 56 | 24 |
| Octal | 15 | 254 | 154 | 134 | 0 | 45 | 41 | 234 | 126 | 44 |
| Binary | 1101 | 10101100 | 1101100 | 1011100 | 0 | 100101 | 100001 | 10011100 | 1010110 | 100100 |
Color Harmonies of #0DAC6C
Complementary color
Monochromatic Colors of #0DAC6C
Black with #0DAC6C
Text Example
Text Example
White with #0DAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC6C; }
p { color: rgb(13,172,108); }
H1.HeaderClassName
{
color: #0DAC6C;
}
.AnyTagClassName
{
color: #0DAC6C;
}
</style>
background-color css
<style>
a { background-color: #0DAC6C; }
a { background-color: rgb(13,172,108); }
div.DivClassName
{
background-color: #0DAC6C;
}
.BgClassName
{
background-color: #0DAC6C;
}
</style>
border-color css
<style>
span { border-color: #0DAC6C; }
span { border-color: rgb(13,172,108); }
td.TdClassName
{
border-color: #0DAC6C;
}
.TagClassName
{
border-color: #0DAC6C;
}
</style>