Shades of Pigment Green #0DB35D
Tints of Pigment Green #0DB35D
RGB
CMYK
RGB Variations
Color information
#0DB35D (or 0x0DB35D) is known color: Pigment Green. HEX triplet: 0D, B3 and 5D. RGB value is (13,179,93). Sum of RGB (Red+Green+Blue) = 13+179+93=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 179 (70.31% from 255 or 62.81% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB35D is #F24CA2. Grayscale: #777777. Windows color (decimal): -15879331 or 6140685. OLE color: 6140685.
HSL color Cylindrical-coordinate representation of color #0DB35D: hue angle of 148.92º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB35D is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 179 | 93 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.30 |
| HSL | 148.92º | 0.86% | 0.38% | - |
| HSV(B) | 148.92º | 0.93% | 0.7% | - |
| XYZ | 18.26 | 33.12 | 15.79 | - |
| YUV | 119.56 | 113 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 93 | 0.93 | 0 | 0.48 | 0.30 | 148.92 | 0.86 | 0.38 |
| Hex | D | B3 | 5D | 5D | 0 | 30 | 1E | 95 | 56 | 26 |
| Octal | 15 | 263 | 135 | 135 | 0 | 60 | 36 | 225 | 126 | 46 |
| Binary | 1101 | 10110011 | 1011101 | 1011101 | 0 | 110000 | 11110 | 10010101 | 1010110 | 100110 |
Color Harmonies of #0DB35D
Complementary color
Monochromatic Colors of #0DB35D
Black with #0DB35D
Text Example
Text Example
White with #0DB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB35D; }
p { color: rgb(13,179,93); }
H1.HeaderClassName
{
color: #0DB35D;
}
.AnyTagClassName
{
color: #0DB35D;
}
</style>
background-color css
<style>
a { background-color: #0DB35D; }
a { background-color: rgb(13,179,93); }
div.DivClassName
{
background-color: #0DB35D;
}
.BgClassName
{
background-color: #0DB35D;
}
</style>
border-color css
<style>
span { border-color: #0DB35D; }
span { border-color: rgb(13,179,93); }
td.TdClassName
{
border-color: #0DB35D;
}
.TagClassName
{
border-color: #0DB35D;
}
</style>