Shades of Pigment Green #0DBC55
Tints of Pigment Green #0DBC55
RGB
CMYK
RGB Variations
Color information
#0DBC55 (or 0x0DBC55) is known color: Pigment Green. HEX triplet: 0D, BC and 55. RGB value is (13,188,85). Sum of RGB (Red+Green+Blue) = 13+188+85=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBC55 is #F243AA. Grayscale: #7C7C7C. Windows color (decimal): -15877035 or 5618701. OLE color: 5618701.
HSL color Cylindrical-coordinate representation of color #0DBC55: hue angle of 144.69º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBC55 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 85 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.26 |
| HSL | 144.69º | 0.87% | 0.39% | - |
| HSV(B) | 144.69º | 0.93% | 0.74% | - |
| XYZ | 19.79 | 36.71 | 14.64 | - |
| YUV | 123.93 | 106.02 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 85 | 0.93 | 0 | 0.55 | 0.26 | 144.69 | 0.87 | 0.39 |
| Hex | D | BC | 55 | 5D | 0 | 37 | 1A | 91 | 57 | 27 |
| Octal | 15 | 274 | 125 | 135 | 0 | 67 | 32 | 221 | 127 | 47 |
| Binary | 1101 | 10111100 | 1010101 | 1011101 | 0 | 110111 | 11010 | 10010001 | 1010111 | 100111 |
Color Harmonies of #0DBC55
Complementary color
Monochromatic Colors of #0DBC55
Black with #0DBC55
Text Example
Text Example
White with #0DBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC55; }
p { color: rgb(13,188,85); }
H1.HeaderClassName
{
color: #0DBC55;
}
.AnyTagClassName
{
color: #0DBC55;
}
</style>
background-color css
<style>
a { background-color: #0DBC55; }
a { background-color: rgb(13,188,85); }
div.DivClassName
{
background-color: #0DBC55;
}
.BgClassName
{
background-color: #0DBC55;
}
</style>
border-color css
<style>
span { border-color: #0DBC55; }
span { border-color: rgb(13,188,85); }
td.TdClassName
{
border-color: #0DBC55;
}
.TagClassName
{
border-color: #0DBC55;
}
</style>