Shades of Jade #0DA764
Tints of Jade #0DA764
RGB
CMYK
RGB Variations
Color information
#0DA764 (or 0x0DA764) is known color: Jade. HEX triplet: 0D, A7 and 64. RGB value is (13,167,100). Sum of RGB (Red+Green+Blue) = 13+167+100=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 167 (65.62% from 255 or 59.64% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA764 is #F2589B. Grayscale: #717171. Windows color (decimal): -15882396 or 6596365. OLE color: 6596365.
HSL color Cylindrical-coordinate representation of color #0DA764: hue angle of 153.9º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA764 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 167 | 100 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.35 |
| HSL | 153.9º | 0.86% | 0.35% | - |
| HSV(B) | 153.9º | 0.92% | 0.65% | - |
| XYZ | 16.28 | 28.64 | 16.73 | - |
| YUV | 113.32 | 120.48 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 167 | 100 | 0.92 | 0 | 0.40 | 0.35 | 153.9 | 0.86 | 0.35 |
| Hex | D | A7 | 64 | 5C | 0 | 28 | 23 | 9A | 56 | 23 |
| Octal | 15 | 247 | 144 | 134 | 0 | 50 | 43 | 232 | 126 | 43 |
| Binary | 1101 | 10100111 | 1100100 | 1011100 | 0 | 101000 | 100011 | 10011010 | 1010110 | 100011 |
Color Harmonies of #0DA764
Complementary color
Monochromatic Colors of #0DA764
Black with #0DA764
Text Example
Text Example
White with #0DA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA764; }
p { color: rgb(13,167,100); }
H1.HeaderClassName
{
color: #0DA764;
}
.AnyTagClassName
{
color: #0DA764;
}
</style>
background-color css
<style>
a { background-color: #0DA764; }
a { background-color: rgb(13,167,100); }
div.DivClassName
{
background-color: #0DA764;
}
.BgClassName
{
background-color: #0DA764;
}
</style>
border-color css
<style>
span { border-color: #0DA764; }
span { border-color: rgb(13,167,100); }
td.TdClassName
{
border-color: #0DA764;
}
.TagClassName
{
border-color: #0DA764;
}
</style>