Shades of Jade #0DA06C
Tints of Jade #0DA06C
RGB
CMYK
RGB Variations
Color information
#0DA06C (or 0x0DA06C) is known color: Jade. HEX triplet: 0D, A0 and 6C. RGB value is (13,160,108). Sum of RGB (Red+Green+Blue) = 13+160+108=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA06C is #F25F93. Grayscale: #6E6E6E. Windows color (decimal): -15884180 or 7118861. OLE color: 7118861.
HSL color Cylindrical-coordinate representation of color #0DA06C: hue angle of 158.78º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA06C is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 160 | 108 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.37 |
| HSL | 158.78º | 0.85% | 0.34% | - |
| HSV(B) | 158.78º | 0.92% | 0.63% | - |
| XYZ | 15.44 | 26.31 | 18.45 | - |
| YUV | 110.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 108 | 0.92 | 0 | 0.32 | 0.37 | 158.78 | 0.85 | 0.34 |
| Hex | D | A0 | 6C | 5C | 0 | 20 | 25 | 9F | 55 | 22 |
| Octal | 15 | 240 | 154 | 134 | 0 | 40 | 45 | 237 | 125 | 42 |
| Binary | 1101 | 10100000 | 1101100 | 1011100 | 0 | 100000 | 100101 | 10011111 | 1010101 | 100010 |
Color Harmonies of #0DA06C
Complementary color
Monochromatic Colors of #0DA06C
Black with #0DA06C
Text Example
Text Example
White with #0DA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA06C; }
p { color: rgb(13,160,108); }
H1.HeaderClassName
{
color: #0DA06C;
}
.AnyTagClassName
{
color: #0DA06C;
}
</style>
background-color css
<style>
a { background-color: #0DA06C; }
a { background-color: rgb(13,160,108); }
div.DivClassName
{
background-color: #0DA06C;
}
.BgClassName
{
background-color: #0DA06C;
}
</style>
border-color css
<style>
span { border-color: #0DA06C; }
span { border-color: rgb(13,160,108); }
td.TdClassName
{
border-color: #0DA06C;
}
.TagClassName
{
border-color: #0DA06C;
}
</style>