Shades of Jade #0DBE67
Tints of Jade #0DBE67
RGB
CMYK
RGB Variations
Color information
#0DBE67 (or 0x0DBE67) is known color: Jade. HEX triplet: 0D, BE and 67. RGB value is (13,190,103). Sum of RGB (Red+Green+Blue) = 13+190+103=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE67 is #F24198. Grayscale: #7F7F7F. Windows color (decimal): -15876505 or 6798861. OLE color: 6798861.
HSL color Cylindrical-coordinate representation of color #0DBE67: hue angle of 150.51º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE67 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 103 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.25 |
| HSL | 150.51º | 0.87% | 0.4% | - |
| HSV(B) | 150.51º | 0.93% | 0.75% | - |
| XYZ | 21.03 | 37.89 | 19.04 | - |
| YUV | 127.16 | 114.36 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 103 | 0.93 | 0 | 0.46 | 0.25 | 150.51 | 0.87 | 0.4 |
| Hex | D | BE | 67 | 5D | 0 | 2E | 19 | 97 | 57 | 28 |
| Octal | 15 | 276 | 147 | 135 | 0 | 56 | 31 | 227 | 127 | 50 |
| Binary | 1101 | 10111110 | 1100111 | 1011101 | 0 | 101110 | 11001 | 10010111 | 1010111 | 101000 |
Color Harmonies of #0DBE67
Complementary color
Monochromatic Colors of #0DBE67
Black with #0DBE67
Text Example
Text Example
White with #0DBE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE67; }
p { color: rgb(13,190,103); }
H1.HeaderClassName
{
color: #0DBE67;
}
.AnyTagClassName
{
color: #0DBE67;
}
</style>
background-color css
<style>
a { background-color: #0DBE67; }
a { background-color: rgb(13,190,103); }
div.DivClassName
{
background-color: #0DBE67;
}
.BgClassName
{
background-color: #0DBE67;
}
</style>
border-color css
<style>
span { border-color: #0DBE67; }
span { border-color: rgb(13,190,103); }
td.TdClassName
{
border-color: #0DBE67;
}
.TagClassName
{
border-color: #0DBE67;
}
</style>