Shades of Pigment Green #0DBD59
Tints of Pigment Green #0DBD59
RGB
CMYK
RGB Variations
Color information
#0DBD59 (or 0x0DBD59) is known color: Pigment Green. HEX triplet: 0D, BD and 59. RGB value is (13,189,89). Sum of RGB (Red+Green+Blue) = 13+189+89=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 189 (74.22% from 255 or 64.95% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBD59 is #F242A6. Grayscale: #7D7D7D. Windows color (decimal): -15876775 or 5881101. OLE color: 5881101.
HSL color Cylindrical-coordinate representation of color #0DBD59: hue angle of 145.91º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBD59 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 89 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.26 |
| HSL | 145.91º | 0.87% | 0.4% | - |
| HSV(B) | 145.91º | 0.93% | 0.74% | - |
| XYZ | 20.17 | 37.2 | 15.57 | - |
| YUV | 124.98 | 107.69 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 89 | 0.93 | 0 | 0.53 | 0.26 | 145.91 | 0.87 | 0.4 |
| Hex | D | BD | 59 | 5D | 0 | 35 | 1A | 92 | 57 | 28 |
| Octal | 15 | 275 | 131 | 135 | 0 | 65 | 32 | 222 | 127 | 50 |
| Binary | 1101 | 10111101 | 1011001 | 1011101 | 0 | 110101 | 11010 | 10010010 | 1010111 | 101000 |
Color Harmonies of #0DBD59
Complementary color
Monochromatic Colors of #0DBD59
Black with #0DBD59
Text Example
Text Example
White with #0DBD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD59; }
p { color: rgb(13,189,89); }
H1.HeaderClassName
{
color: #0DBD59;
}
.AnyTagClassName
{
color: #0DBD59;
}
</style>
background-color css
<style>
a { background-color: #0DBD59; }
a { background-color: rgb(13,189,89); }
div.DivClassName
{
background-color: #0DBD59;
}
.BgClassName
{
background-color: #0DBD59;
}
</style>
border-color css
<style>
span { border-color: #0DBD59; }
span { border-color: rgb(13,189,89); }
td.TdClassName
{
border-color: #0DBD59;
}
.TagClassName
{
border-color: #0DBD59;
}
</style>