Shades of Pigment Green #0DBC5D
Tints of Pigment Green #0DBC5D
RGB
CMYK
RGB Variations
Color information
#0DBC5D (or 0x0DBC5D) is known color: Pigment Green. HEX triplet: 0D, BC and 5D. RGB value is (13,188,93). Sum of RGB (Red+Green+Blue) = 13+188+93=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBC5D is #F243A2. Grayscale: #7D7D7D. Windows color (decimal): -15877027 or 6142989. OLE color: 6142989.
HSL color Cylindrical-coordinate representation of color #0DBC5D: hue angle of 147.43º 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 #0DBC5D is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 93 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.26 |
| HSL | 147.43º | 0.87% | 0.39% | - |
| HSV(B) | 147.43º | 0.93% | 0.74% | - |
| XYZ | 20.12 | 36.84 | 16.41 | - |
| YUV | 124.85 | 110.02 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 93 | 0.93 | 0 | 0.51 | 0.26 | 147.43 | 0.87 | 0.39 |
| Hex | D | BC | 5D | 5D | 0 | 33 | 1A | 93 | 57 | 27 |
| Octal | 15 | 274 | 135 | 135 | 0 | 63 | 32 | 223 | 127 | 47 |
| Binary | 1101 | 10111100 | 1011101 | 1011101 | 0 | 110011 | 11010 | 10010011 | 1010111 | 100111 |
Color Harmonies of #0DBC5D
Complementary color
Monochromatic Colors of #0DBC5D
Black with #0DBC5D
Text Example
Text Example
White with #0DBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC5D; }
p { color: rgb(13,188,93); }
H1.HeaderClassName
{
color: #0DBC5D;
}
.AnyTagClassName
{
color: #0DBC5D;
}
</style>
background-color css
<style>
a { background-color: #0DBC5D; }
a { background-color: rgb(13,188,93); }
div.DivClassName
{
background-color: #0DBC5D;
}
.BgClassName
{
background-color: #0DBC5D;
}
</style>
border-color css
<style>
span { border-color: #0DBC5D; }
span { border-color: rgb(13,188,93); }
td.TdClassName
{
border-color: #0DBC5D;
}
.TagClassName
{
border-color: #0DBC5D;
}
</style>