Shades of Pigment Green #0DA858
Tints of Pigment Green #0DA858
RGB
CMYK
RGB Variations
Color information
#0DA858 (or 0x0DA858) is known color: Pigment Green. HEX triplet: 0D, A8 and 58. RGB value is (13,168,88). Sum of RGB (Red+Green+Blue) = 13+168+88=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 168 (66.02% from 255 or 62.45% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA858 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA858 is #F257A7. Grayscale: #707070. Windows color (decimal): -15882152 or 5810189. OLE color: 5810189.
HSL color Cylindrical-coordinate representation of color #0DA858: hue angle of 149.03º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA858 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 168 | 88 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.34 |
| HSL | 149.03º | 0.86% | 0.35% | - |
| HSV(B) | 149.03º | 0.92% | 0.66% | - |
| XYZ | 15.93 | 28.8 | 13.95 | - |
| YUV | 112.54 | 114.15 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 88 | 0.92 | 0 | 0.48 | 0.34 | 149.03 | 0.86 | 0.35 |
| Hex | D | A8 | 58 | 5C | 0 | 30 | 22 | 95 | 56 | 23 |
| Octal | 15 | 250 | 130 | 134 | 0 | 60 | 42 | 225 | 126 | 43 |
| Binary | 1101 | 10101000 | 1011000 | 1011100 | 0 | 110000 | 100010 | 10010101 | 1010110 | 100011 |
Color Harmonies of #0DA858
Complementary color
Monochromatic Colors of #0DA858
Black with #0DA858
Text Example
Text Example
White with #0DA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA858; }
p { color: rgb(13,168,88); }
H1.HeaderClassName
{
color: #0DA858;
}
.AnyTagClassName
{
color: #0DA858;
}
</style>
background-color css
<style>
a { background-color: #0DA858; }
a { background-color: rgb(13,168,88); }
div.DivClassName
{
background-color: #0DA858;
}
.BgClassName
{
background-color: #0DA858;
}
</style>
border-color css
<style>
span { border-color: #0DA858; }
span { border-color: rgb(13,168,88); }
td.TdClassName
{
border-color: #0DA858;
}
.TagClassName
{
border-color: #0DA858;
}
</style>