Shades of Pigment Green #0DB75A
Tints of Pigment Green #0DB75A
RGB
CMYK
RGB Variations
Color information
#0DB75A (or 0x0DB75A) is known color: Pigment Green. HEX triplet: 0D, B7 and 5A. RGB value is (13,183,90). Sum of RGB (Red+Green+Blue) = 13+183+90=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 183 (71.88% from 255 or 63.99% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB75A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB75A is #F248A5. Grayscale: #797979. Windows color (decimal): -15878310 or 5945101. OLE color: 5945101.
HSL color Cylindrical-coordinate representation of color #0DB75A: hue angle of 147.18º 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 #0DB75A is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 90 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.28 |
| HSL | 147.18º | 0.87% | 0.38% | - |
| HSV(B) | 147.18º | 0.93% | 0.72% | - |
| XYZ | 18.94 | 34.69 | 15.37 | - |
| YUV | 121.57 | 110.18 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 90 | 0.93 | 0 | 0.51 | 0.28 | 147.18 | 0.87 | 0.38 |
| Hex | D | B7 | 5A | 5D | 0 | 33 | 1C | 93 | 57 | 26 |
| Octal | 15 | 267 | 132 | 135 | 0 | 63 | 34 | 223 | 127 | 46 |
| Binary | 1101 | 10110111 | 1011010 | 1011101 | 0 | 110011 | 11100 | 10010011 | 1010111 | 100110 |
Color Harmonies of #0DB75A
Complementary color
Monochromatic Colors of #0DB75A
Black with #0DB75A
Text Example
Text Example
White with #0DB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB75A; }
p { color: rgb(13,183,90); }
H1.HeaderClassName
{
color: #0DB75A;
}
.AnyTagClassName
{
color: #0DB75A;
}
</style>
background-color css
<style>
a { background-color: #0DB75A; }
a { background-color: rgb(13,183,90); }
div.DivClassName
{
background-color: #0DB75A;
}
.BgClassName
{
background-color: #0DB75A;
}
</style>
border-color css
<style>
span { border-color: #0DB75A; }
span { border-color: rgb(13,183,90); }
td.TdClassName
{
border-color: #0DB75A;
}
.TagClassName
{
border-color: #0DB75A;
}
</style>