Shades of Pigment Green #0DB14B
Tints of Pigment Green #0DB14B
RGB
CMYK
RGB Variations
Color information
#0DB14B (or 0x0DB14B) is known color: Pigment Green. HEX triplet: 0D, B1 and 4B. RGB value is (13,177,75). Sum of RGB (Red+Green+Blue) = 13+177+75=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 177 (69.53% from 255 or 66.79% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB14B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB14B is #F24EB4. Grayscale: #747474. Windows color (decimal): -15879861 or 4960525. OLE color: 4960525.
HSL color Cylindrical-coordinate representation of color #0DB14B: hue angle of 142.68º 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 #0DB14B is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 177 | 75 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.31 |
| HSL | 142.68º | 0.86% | 0.37% | - |
| HSV(B) | 142.68º | 0.93% | 0.69% | - |
| XYZ | 17.16 | 32.04 | 11.94 | - |
| YUV | 116.34 | 104.67 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 75 | 0.93 | 0 | 0.58 | 0.31 | 142.68 | 0.86 | 0.37 |
| Hex | D | B1 | 4B | 5D | 0 | 3A | 1F | 8F | 56 | 25 |
| Octal | 15 | 261 | 113 | 135 | 0 | 72 | 37 | 217 | 126 | 45 |
| Binary | 1101 | 10110001 | 1001011 | 1011101 | 0 | 111010 | 11111 | 10001111 | 1010110 | 100101 |
Color Harmonies of #0DB14B
Complementary color
Monochromatic Colors of #0DB14B
Black with #0DB14B
Text Example
Text Example
White with #0DB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB14B; }
p { color: rgb(13,177,75); }
H1.HeaderClassName
{
color: #0DB14B;
}
.AnyTagClassName
{
color: #0DB14B;
}
</style>
background-color css
<style>
a { background-color: #0DB14B; }
a { background-color: rgb(13,177,75); }
div.DivClassName
{
background-color: #0DB14B;
}
.BgClassName
{
background-color: #0DB14B;
}
</style>
border-color css
<style>
span { border-color: #0DB14B; }
span { border-color: rgb(13,177,75); }
td.TdClassName
{
border-color: #0DB14B;
}
.TagClassName
{
border-color: #0DB14B;
}
</style>