Shades of Jade #0DBB5F
Tints of Jade #0DBB5F
RGB
CMYK
RGB Variations
Color information
#0DBB5F (or 0x0DBB5F) is known color: Jade. HEX triplet: 0D, BB and 5F. RGB value is (13,187,95). Sum of RGB (Red+Green+Blue) = 13+187+95=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBB5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBB5F is #F244A0. Grayscale: #7C7C7C. Windows color (decimal): -15877281 or 6273805. OLE color: 6273805.
HSL color Cylindrical-coordinate representation of color #0DBB5F: hue angle of 148.28º 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 #0DBB5F is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 187 | 95 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.27 |
| HSL | 148.28º | 0.87% | 0.39% | - |
| HSV(B) | 148.28º | 0.93% | 0.73% | - |
| XYZ | 20 | 36.45 | 16.81 | - |
| YUV | 124.49 | 111.35 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 95 | 0.93 | 0 | 0.49 | 0.27 | 148.28 | 0.87 | 0.39 |
| Hex | D | BB | 5F | 5D | 0 | 31 | 1B | 94 | 57 | 27 |
| Octal | 15 | 273 | 137 | 135 | 0 | 61 | 33 | 224 | 127 | 47 |
| Binary | 1101 | 10111011 | 1011111 | 1011101 | 0 | 110001 | 11011 | 10010100 | 1010111 | 100111 |
Color Harmonies of #0DBB5F
Complementary color
Monochromatic Colors of #0DBB5F
Black with #0DBB5F
Text Example
Text Example
White with #0DBB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBB5F; }
p { color: rgb(13,187,95); }
H1.HeaderClassName
{
color: #0DBB5F;
}
.AnyTagClassName
{
color: #0DBB5F;
}
</style>
background-color css
<style>
a { background-color: #0DBB5F; }
a { background-color: rgb(13,187,95); }
div.DivClassName
{
background-color: #0DBB5F;
}
.BgClassName
{
background-color: #0DBB5F;
}
</style>
border-color css
<style>
span { border-color: #0DBB5F; }
span { border-color: rgb(13,187,95); }
td.TdClassName
{
border-color: #0DBB5F;
}
.TagClassName
{
border-color: #0DBB5F;
}
</style>