Shades of Jade #0DB06C
Tints of Jade #0DB06C
RGB
CMYK
RGB Variations
Color information
#0DB06C (or 0x0DB06C) is known color: Jade. HEX triplet: 0D, B0 and 6C. RGB value is (13,176,108). Sum of RGB (Red+Green+Blue) = 13+176+108=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB06C is #F24F93. Grayscale: #777777. Windows color (decimal): -15880084 or 7122957. OLE color: 7122957.
HSL color Cylindrical-coordinate representation of color #0DB06C: hue angle of 154.97º 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 #0DB06C is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 108 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.31 |
| HSL | 154.97º | 0.86% | 0.37% | - |
| HSV(B) | 154.97º | 0.93% | 0.69% | - |
| XYZ | 18.4 | 32.22 | 19.44 | - |
| YUV | 119.51 | 121.5 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 108 | 0.93 | 0 | 0.39 | 0.31 | 154.97 | 0.86 | 0.37 |
| Hex | D | B0 | 6C | 5D | 0 | 27 | 1F | 9B | 56 | 25 |
| Octal | 15 | 260 | 154 | 135 | 0 | 47 | 37 | 233 | 126 | 45 |
| Binary | 1101 | 10110000 | 1101100 | 1011101 | 0 | 100111 | 11111 | 10011011 | 1010110 | 100101 |
Color Harmonies of #0DB06C
Complementary color
Monochromatic Colors of #0DB06C
Black with #0DB06C
Text Example
Text Example
White with #0DB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB06C; }
p { color: rgb(13,176,108); }
H1.HeaderClassName
{
color: #0DB06C;
}
.AnyTagClassName
{
color: #0DB06C;
}
</style>
background-color css
<style>
a { background-color: #0DB06C; }
a { background-color: rgb(13,176,108); }
div.DivClassName
{
background-color: #0DB06C;
}
.BgClassName
{
background-color: #0DB06C;
}
</style>
border-color css
<style>
span { border-color: #0DB06C; }
span { border-color: rgb(13,176,108); }
td.TdClassName
{
border-color: #0DB06C;
}
.TagClassName
{
border-color: #0DB06C;
}
</style>