Shades of Pigment Green #0DB754
Tints of Pigment Green #0DB754
RGB
CMYK
RGB Variations
Color information
#0DB754 (or 0x0DB754) is known color: Pigment Green. HEX triplet: 0D, B7 and 54. RGB value is (13,183,84). Sum of RGB (Red+Green+Blue) = 13+183+84=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 183 (71.88% from 255 or 65.36% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB754 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB754 is #F248AB. Grayscale: #797979. Windows color (decimal): -15878316 or 5551885. OLE color: 5551885.
HSL color Cylindrical-coordinate representation of color #0DB754: hue angle of 145.06º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB754 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 84 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.28 |
| HSL | 145.06º | 0.87% | 0.38% | - |
| HSV(B) | 145.06º | 0.93% | 0.72% | - |
| XYZ | 18.7 | 34.59 | 14.08 | - |
| YUV | 120.88 | 107.18 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 84 | 0.93 | 0 | 0.54 | 0.28 | 145.06 | 0.87 | 0.38 |
| Hex | D | B7 | 54 | 5D | 0 | 36 | 1C | 91 | 57 | 26 |
| Octal | 15 | 267 | 124 | 135 | 0 | 66 | 34 | 221 | 127 | 46 |
| Binary | 1101 | 10110111 | 1010100 | 1011101 | 0 | 110110 | 11100 | 10010001 | 1010111 | 100110 |
Color Harmonies of #0DB754
Complementary color
Monochromatic Colors of #0DB754
Black with #0DB754
Text Example
Text Example
White with #0DB754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB754; }
p { color: rgb(13,183,84); }
H1.HeaderClassName
{
color: #0DB754;
}
.AnyTagClassName
{
color: #0DB754;
}
</style>
background-color css
<style>
a { background-color: #0DB754; }
a { background-color: rgb(13,183,84); }
div.DivClassName
{
background-color: #0DB754;
}
.BgClassName
{
background-color: #0DB754;
}
</style>
border-color css
<style>
span { border-color: #0DB754; }
span { border-color: rgb(13,183,84); }
td.TdClassName
{
border-color: #0DB754;
}
.TagClassName
{
border-color: #0DB754;
}
</style>