Shades of Pigment Green #0DBA5E
Tints of Pigment Green #0DBA5E
RGB
CMYK
RGB Variations
Color information
#0DBA5E (or 0x0DBA5E) is known color: Pigment Green. HEX triplet: 0D, BA and 5E. RGB value is (13,186,94). Sum of RGB (Red+Green+Blue) = 13+186+94=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBA5E is #F245A1. Grayscale: #7B7B7B. Windows color (decimal): -15877538 or 6208013. OLE color: 6208013.
HSL color Cylindrical-coordinate representation of color #0DBA5E: hue angle of 148.09º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBA5E is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 94 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.27 |
| HSL | 148.09º | 0.87% | 0.39% | - |
| HSV(B) | 148.09º | 0.93% | 0.73% | - |
| XYZ | 19.75 | 36.01 | 16.5 | - |
| YUV | 123.79 | 111.19 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 94 | 0.93 | 0 | 0.49 | 0.27 | 148.09 | 0.87 | 0.39 |
| Hex | D | BA | 5E | 5D | 0 | 31 | 1B | 94 | 57 | 27 |
| Octal | 15 | 272 | 136 | 135 | 0 | 61 | 33 | 224 | 127 | 47 |
| Binary | 1101 | 10111010 | 1011110 | 1011101 | 0 | 110001 | 11011 | 10010100 | 1010111 | 100111 |
Color Harmonies of #0DBA5E
Complementary color
Monochromatic Colors of #0DBA5E
Black with #0DBA5E
Text Example
Text Example
White with #0DBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBA5E; }
p { color: rgb(13,186,94); }
H1.HeaderClassName
{
color: #0DBA5E;
}
.AnyTagClassName
{
color: #0DBA5E;
}
</style>
background-color css
<style>
a { background-color: #0DBA5E; }
a { background-color: rgb(13,186,94); }
div.DivClassName
{
background-color: #0DBA5E;
}
.BgClassName
{
background-color: #0DBA5E;
}
</style>
border-color css
<style>
span { border-color: #0DBA5E; }
span { border-color: rgb(13,186,94); }
td.TdClassName
{
border-color: #0DBA5E;
}
.TagClassName
{
border-color: #0DBA5E;
}
</style>