Shades of Pigment Green #0DB85B
Tints of Pigment Green #0DB85B
RGB
CMYK
RGB Variations
Color information
#0DB85B (or 0x0DB85B) is known color: Pigment Green. HEX triplet: 0D, B8 and 5B. RGB value is (13,184,91). Sum of RGB (Red+Green+Blue) = 13+184+91=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB85B is #F247A4. Grayscale: #7A7A7A. Windows color (decimal): -15878053 or 6010893. OLE color: 6010893.
HSL color Cylindrical-coordinate representation of color #0DB85B: hue angle of 147.37º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB85B is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 91 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.28 |
| HSL | 147.37º | 0.87% | 0.39% | - |
| HSV(B) | 147.37º | 0.93% | 0.72% | - |
| XYZ | 19.19 | 35.12 | 15.67 | - |
| YUV | 122.27 | 110.35 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 91 | 0.93 | 0 | 0.51 | 0.28 | 147.37 | 0.87 | 0.39 |
| Hex | D | B8 | 5B | 5D | 0 | 33 | 1C | 93 | 57 | 27 |
| Octal | 15 | 270 | 133 | 135 | 0 | 63 | 34 | 223 | 127 | 47 |
| Binary | 1101 | 10111000 | 1011011 | 1011101 | 0 | 110011 | 11100 | 10010011 | 1010111 | 100111 |
Color Harmonies of #0DB85B
Complementary color
Monochromatic Colors of #0DB85B
Black with #0DB85B
Text Example
Text Example
White with #0DB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB85B; }
p { color: rgb(13,184,91); }
H1.HeaderClassName
{
color: #0DB85B;
}
.AnyTagClassName
{
color: #0DB85B;
}
</style>
background-color css
<style>
a { background-color: #0DB85B; }
a { background-color: rgb(13,184,91); }
div.DivClassName
{
background-color: #0DB85B;
}
.BgClassName
{
background-color: #0DB85B;
}
</style>
border-color css
<style>
span { border-color: #0DB85B; }
span { border-color: rgb(13,184,91); }
td.TdClassName
{
border-color: #0DB85B;
}
.TagClassName
{
border-color: #0DB85B;
}
</style>