Shades of Jade #0DB669
Tints of Jade #0DB669
RGB
CMYK
RGB Variations
Color information
#0DB669 (or 0x0DB669) is known color: Jade. HEX triplet: 0D, B6 and 69. RGB value is (13,182,105). Sum of RGB (Red+Green+Blue) = 13+182+105=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 182 (71.48% from 255 or 60.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB669 is #F24996. Grayscale: #7A7A7A. Windows color (decimal): -15878551 or 6927885. OLE color: 6927885.
HSL color Cylindrical-coordinate representation of color #0DB669: hue angle of 152.66º 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 #0DB669 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 105 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.29 |
| HSL | 152.66º | 0.87% | 0.38% | - |
| HSV(B) | 152.66º | 0.93% | 0.71% | - |
| XYZ | 19.44 | 34.56 | 19.01 | - |
| YUV | 122.69 | 118.01 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 105 | 0.93 | 0 | 0.42 | 0.29 | 152.66 | 0.87 | 0.38 |
| Hex | D | B6 | 69 | 5D | 0 | 2A | 1D | 99 | 57 | 26 |
| Octal | 15 | 266 | 151 | 135 | 0 | 52 | 35 | 231 | 127 | 46 |
| Binary | 1101 | 10110110 | 1101001 | 1011101 | 0 | 101010 | 11101 | 10011001 | 1010111 | 100110 |
Color Harmonies of #0DB669
Complementary color
Monochromatic Colors of #0DB669
Black with #0DB669
Text Example
Text Example
White with #0DB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB669; }
p { color: rgb(13,182,105); }
H1.HeaderClassName
{
color: #0DB669;
}
.AnyTagClassName
{
color: #0DB669;
}
</style>
background-color css
<style>
a { background-color: #0DB669; }
a { background-color: rgb(13,182,105); }
div.DivClassName
{
background-color: #0DB669;
}
.BgClassName
{
background-color: #0DB669;
}
</style>
border-color css
<style>
span { border-color: #0DB669; }
span { border-color: rgb(13,182,105); }
td.TdClassName
{
border-color: #0DB669;
}
.TagClassName
{
border-color: #0DB669;
}
</style>