Shades of Jade #0DBB6C
Tints of Jade #0DBB6C
RGB
CMYK
RGB Variations
Color information
#0DBB6C (or 0x0DBB6C) is known color: Jade. HEX triplet: 0D, BB and 6C. RGB value is (13,187,108). Sum of RGB (Red+Green+Blue) = 13+187+108=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBB6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBB6C is #F24493. Grayscale: #7E7E7E. Windows color (decimal): -15877268 or 7125773. OLE color: 7125773.
HSL color Cylindrical-coordinate representation of color #0DBB6C: hue angle of 152.76º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBB6C is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 187 | 108 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.27 |
| HSL | 152.76º | 0.87% | 0.39% | - |
| HSV(B) | 152.76º | 0.93% | 0.73% | - |
| XYZ | 20.64 | 36.71 | 20.18 | - |
| YUV | 125.97 | 117.85 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 108 | 0.93 | 0 | 0.42 | 0.27 | 152.76 | 0.87 | 0.39 |
| Hex | D | BB | 6C | 5D | 0 | 2A | 1B | 99 | 57 | 27 |
| Octal | 15 | 273 | 154 | 135 | 0 | 52 | 33 | 231 | 127 | 47 |
| Binary | 1101 | 10111011 | 1101100 | 1011101 | 0 | 101010 | 11011 | 10011001 | 1010111 | 100111 |
Color Harmonies of #0DBB6C
Complementary color
Monochromatic Colors of #0DBB6C
Black with #0DBB6C
Text Example
Text Example
White with #0DBB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBB6C; }
p { color: rgb(13,187,108); }
H1.HeaderClassName
{
color: #0DBB6C;
}
.AnyTagClassName
{
color: #0DBB6C;
}
</style>
background-color css
<style>
a { background-color: #0DBB6C; }
a { background-color: rgb(13,187,108); }
div.DivClassName
{
background-color: #0DBB6C;
}
.BgClassName
{
background-color: #0DBB6C;
}
</style>
border-color css
<style>
span { border-color: #0DBB6C; }
span { border-color: rgb(13,187,108); }
td.TdClassName
{
border-color: #0DBB6C;
}
.TagClassName
{
border-color: #0DBB6C;
}
</style>