Shades of Pigment Green #0DB04B
Tints of Pigment Green #0DB04B
RGB
CMYK
RGB Variations
Color information
#0DB04B (or 0x0DB04B) is known color: Pigment Green. HEX triplet: 0D, B0 and 4B. RGB value is (13,176,75). Sum of RGB (Red+Green+Blue) = 13+176+75=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 176 (69.14% from 255 or 66.67% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB04B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB04B is #F24FB4. Grayscale: #737373. Windows color (decimal): -15880117 or 4960269. OLE color: 4960269.
HSL color Cylindrical-coordinate representation of color #0DB04B: hue angle of 142.82º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB04B is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 75 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.31 |
| HSL | 142.82º | 0.86% | 0.37% | - |
| HSV(B) | 142.82º | 0.93% | 0.69% | - |
| XYZ | 16.96 | 31.64 | 11.87 | - |
| YUV | 115.75 | 105 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 75 | 0.93 | 0 | 0.57 | 0.31 | 142.82 | 0.86 | 0.37 |
| Hex | D | B0 | 4B | 5D | 0 | 39 | 1F | 8F | 56 | 25 |
| Octal | 15 | 260 | 113 | 135 | 0 | 71 | 37 | 217 | 126 | 45 |
| Binary | 1101 | 10110000 | 1001011 | 1011101 | 0 | 111001 | 11111 | 10001111 | 1010110 | 100101 |
Color Harmonies of #0DB04B
Complementary color
Monochromatic Colors of #0DB04B
Black with #0DB04B
Text Example
Text Example
White with #0DB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB04B; }
p { color: rgb(13,176,75); }
H1.HeaderClassName
{
color: #0DB04B;
}
.AnyTagClassName
{
color: #0DB04B;
}
</style>
background-color css
<style>
a { background-color: #0DB04B; }
a { background-color: rgb(13,176,75); }
div.DivClassName
{
background-color: #0DB04B;
}
.BgClassName
{
background-color: #0DB04B;
}
</style>
border-color css
<style>
span { border-color: #0DB04B; }
span { border-color: rgb(13,176,75); }
td.TdClassName
{
border-color: #0DB04B;
}
.TagClassName
{
border-color: #0DB04B;
}
</style>