Shades of Pigment Green #0DBA5C
Tints of Pigment Green #0DBA5C
RGB
CMYK
RGB Variations
Color information
#0DBA5C (or 0x0DBA5C) is known color: Pigment Green. HEX triplet: 0D, BA and 5C. RGB value is (13,186,92). Sum of RGB (Red+Green+Blue) = 13+186+92=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBA5C is #F245A3. Grayscale: #7B7B7B. Windows color (decimal): -15877540 or 6076941. OLE color: 6076941.
HSL color Cylindrical-coordinate representation of color #0DBA5C: hue angle of 147.4º 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 #0DBA5C is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 92 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.27 |
| HSL | 147.4º | 0.87% | 0.39% | - |
| HSV(B) | 147.4º | 0.93% | 0.73% | - |
| XYZ | 19.66 | 35.98 | 16.03 | - |
| YUV | 123.56 | 110.19 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 92 | 0.93 | 0 | 0.51 | 0.27 | 147.4 | 0.87 | 0.39 |
| Hex | D | BA | 5C | 5D | 0 | 33 | 1B | 93 | 57 | 27 |
| Octal | 15 | 272 | 134 | 135 | 0 | 63 | 33 | 223 | 127 | 47 |
| Binary | 1101 | 10111010 | 1011100 | 1011101 | 0 | 110011 | 11011 | 10010011 | 1010111 | 100111 |
Color Harmonies of #0DBA5C
Complementary color
Monochromatic Colors of #0DBA5C
Black with #0DBA5C
Text Example
Text Example
White with #0DBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBA5C; }
p { color: rgb(13,186,92); }
H1.HeaderClassName
{
color: #0DBA5C;
}
.AnyTagClassName
{
color: #0DBA5C;
}
</style>
background-color css
<style>
a { background-color: #0DBA5C; }
a { background-color: rgb(13,186,92); }
div.DivClassName
{
background-color: #0DBA5C;
}
.BgClassName
{
background-color: #0DBA5C;
}
</style>
border-color css
<style>
span { border-color: #0DBA5C; }
span { border-color: rgb(13,186,92); }
td.TdClassName
{
border-color: #0DBA5C;
}
.TagClassName
{
border-color: #0DBA5C;
}
</style>