Shades of Jade #0DB569
Tints of Jade #0DB569
RGB
CMYK
RGB Variations
Color information
#0DB569 (or 0x0DB569) is known color: Jade. HEX triplet: 0D, B5 and 69. RGB value is (13,181,105). Sum of RGB (Red+Green+Blue) = 13+181+105=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB569 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB569 is #F24A96. Grayscale: #7A7A7A. Windows color (decimal): -15878807 or 6927629. OLE color: 6927629.
HSL color Cylindrical-coordinate representation of color #0DB569: hue angle of 152.86º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB569 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 105 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.29 |
| HSL | 152.86º | 0.87% | 0.38% | - |
| HSV(B) | 152.86º | 0.93% | 0.71% | - |
| XYZ | 19.24 | 34.15 | 18.94 | - |
| YUV | 122.1 | 118.34 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 105 | 0.93 | 0 | 0.42 | 0.29 | 152.86 | 0.87 | 0.38 |
| Hex | D | B5 | 69 | 5D | 0 | 2A | 1D | 99 | 57 | 26 |
| Octal | 15 | 265 | 151 | 135 | 0 | 52 | 35 | 231 | 127 | 46 |
| Binary | 1101 | 10110101 | 1101001 | 1011101 | 0 | 101010 | 11101 | 10011001 | 1010111 | 100110 |
Color Harmonies of #0DB569
Complementary color
Monochromatic Colors of #0DB569
Black with #0DB569
Text Example
Text Example
White with #0DB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB569; }
p { color: rgb(13,181,105); }
H1.HeaderClassName
{
color: #0DB569;
}
.AnyTagClassName
{
color: #0DB569;
}
</style>
background-color css
<style>
a { background-color: #0DB569; }
a { background-color: rgb(13,181,105); }
div.DivClassName
{
background-color: #0DB569;
}
.BgClassName
{
background-color: #0DB569;
}
</style>
border-color css
<style>
span { border-color: #0DB569; }
span { border-color: rgb(13,181,105); }
td.TdClassName
{
border-color: #0DB569;
}
.TagClassName
{
border-color: #0DB569;
}
</style>