Shades of Jade #0DB161
Tints of Jade #0DB161
RGB
CMYK
RGB Variations
Color information
#0DB161 (or 0x0DB161) is known color: Jade. HEX triplet: 0D, B1 and 61. RGB value is (13,177,97). Sum of RGB (Red+Green+Blue) = 13+177+97=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 177 (69.53% from 255 or 61.67% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB161 is #F24E9E. Grayscale: #777777. Windows color (decimal): -15879839 or 6402317. OLE color: 6402317.
HSL color Cylindrical-coordinate representation of color #0DB161: hue angle of 150.73º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB161 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 177 | 97 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.31 |
| HSL | 150.73º | 0.86% | 0.37% | - |
| HSV(B) | 150.73º | 0.93% | 0.69% | - |
| XYZ | 18.05 | 32.39 | 16.61 | - |
| YUV | 118.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 97 | 0.93 | 0 | 0.45 | 0.31 | 150.73 | 0.86 | 0.37 |
| Hex | D | B1 | 61 | 5D | 0 | 2D | 1F | 97 | 56 | 25 |
| Octal | 15 | 261 | 141 | 135 | 0 | 55 | 37 | 227 | 126 | 45 |
| Binary | 1101 | 10110001 | 1100001 | 1011101 | 0 | 101101 | 11111 | 10010111 | 1010110 | 100101 |
Color Harmonies of #0DB161
Complementary color
Monochromatic Colors of #0DB161
Black with #0DB161
Text Example
Text Example
White with #0DB161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB161; }
p { color: rgb(13,177,97); }
H1.HeaderClassName
{
color: #0DB161;
}
.AnyTagClassName
{
color: #0DB161;
}
</style>
background-color css
<style>
a { background-color: #0DB161; }
a { background-color: rgb(13,177,97); }
div.DivClassName
{
background-color: #0DB161;
}
.BgClassName
{
background-color: #0DB161;
}
</style>
border-color css
<style>
span { border-color: #0DB161; }
span { border-color: rgb(13,177,97); }
td.TdClassName
{
border-color: #0DB161;
}
.TagClassName
{
border-color: #0DB161;
}
</style>