Shades of Pigment Green #0DBD5E
Tints of Pigment Green #0DBD5E
RGB
CMYK
RGB Variations
Color information
#0DBD5E (or 0x0DBD5E) is known color: Pigment Green. HEX triplet: 0D, BD and 5E. RGB value is (13,189,94). Sum of RGB (Red+Green+Blue) = 13+189+94=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBD5E is #F242A1. Grayscale: #7D7D7D. Windows color (decimal): -15876770 or 6208781. OLE color: 6208781.
HSL color Cylindrical-coordinate representation of color #0DBD5E: hue angle of 147.61º 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 #0DBD5E is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 94 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.26 |
| HSL | 147.61º | 0.87% | 0.4% | - |
| HSV(B) | 147.61º | 0.93% | 0.74% | - |
| XYZ | 20.38 | 37.29 | 16.71 | - |
| YUV | 125.55 | 110.19 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 94 | 0.93 | 0 | 0.50 | 0.26 | 147.61 | 0.87 | 0.4 |
| Hex | D | BD | 5E | 5D | 0 | 32 | 1A | 94 | 57 | 28 |
| Octal | 15 | 275 | 136 | 135 | 0 | 62 | 32 | 224 | 127 | 50 |
| Binary | 1101 | 10111101 | 1011110 | 1011101 | 0 | 110010 | 11010 | 10010100 | 1010111 | 101000 |
Color Harmonies of #0DBD5E
Complementary color
Monochromatic Colors of #0DBD5E
Black with #0DBD5E
Text Example
Text Example
White with #0DBD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD5E; }
p { color: rgb(13,189,94); }
H1.HeaderClassName
{
color: #0DBD5E;
}
.AnyTagClassName
{
color: #0DBD5E;
}
</style>
background-color css
<style>
a { background-color: #0DBD5E; }
a { background-color: rgb(13,189,94); }
div.DivClassName
{
background-color: #0DBD5E;
}
.BgClassName
{
background-color: #0DBD5E;
}
</style>
border-color css
<style>
span { border-color: #0DBD5E; }
span { border-color: rgb(13,189,94); }
td.TdClassName
{
border-color: #0DBD5E;
}
.TagClassName
{
border-color: #0DBD5E;
}
</style>