Shades of Jade #0DAC6B
Tints of Jade #0DAC6B
RGB
CMYK
RGB Variations
Color information
#0DAC6B (or 0x0DAC6B) is known color: Jade. HEX triplet: 0D, AC and 6B. RGB value is (13,172,107). Sum of RGB (Red+Green+Blue) = 13+172+107=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC6B is #F25394. Grayscale: #757575. Windows color (decimal): -15881109 or 7056397. OLE color: 7056397.
HSL color Cylindrical-coordinate representation of color #0DAC6B: hue angle of 155.47º 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 #0DAC6B is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 107 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.33 |
| HSL | 155.47º | 0.86% | 0.36% | - |
| HSV(B) | 155.47º | 0.92% | 0.67% | - |
| XYZ | 17.57 | 30.65 | 18.9 | - |
| YUV | 117.05 | 122.32 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 107 | 0.92 | 0 | 0.38 | 0.33 | 155.47 | 0.86 | 0.36 |
| Hex | D | AC | 6B | 5C | 0 | 26 | 21 | 9B | 56 | 24 |
| Octal | 15 | 254 | 153 | 134 | 0 | 46 | 41 | 233 | 126 | 44 |
| Binary | 1101 | 10101100 | 1101011 | 1011100 | 0 | 100110 | 100001 | 10011011 | 1010110 | 100100 |
Color Harmonies of #0DAC6B
Complementary color
Monochromatic Colors of #0DAC6B
Black with #0DAC6B
Text Example
Text Example
White with #0DAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC6B; }
p { color: rgb(13,172,107); }
H1.HeaderClassName
{
color: #0DAC6B;
}
.AnyTagClassName
{
color: #0DAC6B;
}
</style>
background-color css
<style>
a { background-color: #0DAC6B; }
a { background-color: rgb(13,172,107); }
div.DivClassName
{
background-color: #0DAC6B;
}
.BgClassName
{
background-color: #0DAC6B;
}
</style>
border-color css
<style>
span { border-color: #0DAC6B; }
span { border-color: rgb(13,172,107); }
td.TdClassName
{
border-color: #0DAC6B;
}
.TagClassName
{
border-color: #0DAC6B;
}
</style>