Shades of Pigment Green #0DB25E
Tints of Pigment Green #0DB25E
RGB
CMYK
RGB Variations
Color information
#0DB25E (or 0x0DB25E) is known color: Pigment Green. HEX triplet: 0D, B2 and 5E. RGB value is (13,178,94). Sum of RGB (Red+Green+Blue) = 13+178+94=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 178 (69.92% from 255 or 62.46% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB25E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB25E is #F24DA1. Grayscale: #777777. Windows color (decimal): -15879586 or 6205965. OLE color: 6205965.
HSL color Cylindrical-coordinate representation of color #0DB25E: hue angle of 149.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB25E is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 94 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.30 |
| HSL | 149.45º | 0.86% | 0.37% | - |
| HSV(B) | 149.45º | 0.93% | 0.7% | - |
| XYZ | 18.11 | 32.73 | 15.95 | - |
| YUV | 119.09 | 113.84 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 94 | 0.93 | 0 | 0.47 | 0.30 | 149.45 | 0.86 | 0.37 |
| Hex | D | B2 | 5E | 5D | 0 | 2F | 1E | 95 | 56 | 25 |
| Octal | 15 | 262 | 136 | 135 | 0 | 57 | 36 | 225 | 126 | 45 |
| Binary | 1101 | 10110010 | 1011110 | 1011101 | 0 | 101111 | 11110 | 10010101 | 1010110 | 100101 |
Color Harmonies of #0DB25E
Complementary color
Monochromatic Colors of #0DB25E
Black with #0DB25E
Text Example
Text Example
White with #0DB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB25E; }
p { color: rgb(13,178,94); }
H1.HeaderClassName
{
color: #0DB25E;
}
.AnyTagClassName
{
color: #0DB25E;
}
</style>
background-color css
<style>
a { background-color: #0DB25E; }
a { background-color: rgb(13,178,94); }
div.DivClassName
{
background-color: #0DB25E;
}
.BgClassName
{
background-color: #0DB25E;
}
</style>
border-color css
<style>
span { border-color: #0DB25E; }
span { border-color: rgb(13,178,94); }
td.TdClassName
{
border-color: #0DB25E;
}
.TagClassName
{
border-color: #0DB25E;
}
</style>