Shades of Jade #0D9F6B
Tints of Jade #0D9F6B
RGB
CMYK
RGB Variations
Color information
#0D9F6B (or 0x0D9F6B) is known color: Jade. HEX triplet: 0D, 9F and 6B. RGB value is (13,159,107). Sum of RGB (Red+Green+Blue) = 13+159+107=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 159 (62.5% from 255 or 56.99% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 159 - color contains mainly: green. Hex color #0D9F6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9F6B is #F26094. Grayscale: #6D6D6D. Windows color (decimal): -15884437 or 7053069. OLE color: 7053069.
HSL color Cylindrical-coordinate representation of color #0D9F6B: hue angle of 158.63º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9F6B is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 159 | 107 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.38 |
| HSL | 158.63º | 0.85% | 0.34% | - |
| HSV(B) | 158.63º | 0.92% | 0.62% | - |
| XYZ | 15.22 | 25.94 | 18.12 | - |
| YUV | 109.42 | 126.63 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 159 | 107 | 0.92 | 0 | 0.33 | 0.38 | 158.63 | 0.85 | 0.34 |
| Hex | D | 9F | 6B | 5C | 0 | 21 | 26 | 9F | 55 | 22 |
| Octal | 15 | 237 | 153 | 134 | 0 | 41 | 46 | 237 | 125 | 42 |
| Binary | 1101 | 10011111 | 1101011 | 1011100 | 0 | 100001 | 100110 | 10011111 | 1010101 | 100010 |
Color Harmonies of #0D9F6B
Complementary color
Monochromatic Colors of #0D9F6B
Black with #0D9F6B
Text Example
Text Example
White with #0D9F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9F6B; }
p { color: rgb(13,159,107); }
H1.HeaderClassName
{
color: #0D9F6B;
}
.AnyTagClassName
{
color: #0D9F6B;
}
</style>
background-color css
<style>
a { background-color: #0D9F6B; }
a { background-color: rgb(13,159,107); }
div.DivClassName
{
background-color: #0D9F6B;
}
.BgClassName
{
background-color: #0D9F6B;
}
</style>
border-color css
<style>
span { border-color: #0D9F6B; }
span { border-color: rgb(13,159,107); }
td.TdClassName
{
border-color: #0D9F6B;
}
.TagClassName
{
border-color: #0D9F6B;
}
</style>