Shades of Pigment Green #0DBE59
Tints of Pigment Green #0DBE59
RGB
CMYK
RGB Variations
Color information
#0DBE59 (or 0x0DBE59) is known color: Pigment Green. HEX triplet: 0D, BE and 59. RGB value is (13,190,89). Sum of RGB (Red+Green+Blue) = 13+190+89=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE59 is #F241A6. Grayscale: #7D7D7D. Windows color (decimal): -15876519 or 5881357. OLE color: 5881357.
HSL color Cylindrical-coordinate representation of color #0DBE59: hue angle of 145.76º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE59 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 89 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.25 |
| HSL | 145.76º | 0.87% | 0.4% | - |
| HSV(B) | 145.76º | 0.93% | 0.75% | - |
| XYZ | 20.38 | 37.63 | 15.64 | - |
| YUV | 125.56 | 107.36 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 89 | 0.93 | 0 | 0.53 | 0.25 | 145.76 | 0.87 | 0.4 |
| Hex | D | BE | 59 | 5D | 0 | 35 | 19 | 92 | 57 | 28 |
| Octal | 15 | 276 | 131 | 135 | 0 | 65 | 31 | 222 | 127 | 50 |
| Binary | 1101 | 10111110 | 1011001 | 1011101 | 0 | 110101 | 11001 | 10010010 | 1010111 | 101000 |
Color Harmonies of #0DBE59
Complementary color
Monochromatic Colors of #0DBE59
Black with #0DBE59
Text Example
Text Example
White with #0DBE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE59; }
p { color: rgb(13,190,89); }
H1.HeaderClassName
{
color: #0DBE59;
}
.AnyTagClassName
{
color: #0DBE59;
}
</style>
background-color css
<style>
a { background-color: #0DBE59; }
a { background-color: rgb(13,190,89); }
div.DivClassName
{
background-color: #0DBE59;
}
.BgClassName
{
background-color: #0DBE59;
}
</style>
border-color css
<style>
span { border-color: #0DBE59; }
span { border-color: rgb(13,190,89); }
td.TdClassName
{
border-color: #0DBE59;
}
.TagClassName
{
border-color: #0DBE59;
}
</style>