Shades of Pigment Green #0DA355
Tints of Pigment Green #0DA355
RGB
CMYK
RGB Variations
Color information
#0DA355 (or 0x0DA355) is known color: Pigment Green. HEX triplet: 0D, A3 and 55. RGB value is (13,163,85). Sum of RGB (Red+Green+Blue) = 13+163+85=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 163 (64.06% from 255 or 62.45% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA355 is #F25CAA. Grayscale: #6D6D6D. Windows color (decimal): -15883435 or 5612301. OLE color: 5612301.
HSL color Cylindrical-coordinate representation of color #0DA355: hue angle of 148.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA355 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 85 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.36 |
| HSL | 148.8º | 0.85% | 0.35% | - |
| HSV(B) | 148.8º | 0.92% | 0.64% | - |
| XYZ | 14.9 | 26.94 | 13.01 | - |
| YUV | 109.26 | 114.31 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 85 | 0.92 | 0 | 0.48 | 0.36 | 148.8 | 0.85 | 0.35 |
| Hex | D | A3 | 55 | 5C | 0 | 30 | 24 | 95 | 55 | 23 |
| Octal | 15 | 243 | 125 | 134 | 0 | 60 | 44 | 225 | 125 | 43 |
| Binary | 1101 | 10100011 | 1010101 | 1011100 | 0 | 110000 | 100100 | 10010101 | 1010101 | 100011 |
Color Harmonies of #0DA355
Complementary color
Monochromatic Colors of #0DA355
Black with #0DA355
Text Example
Text Example
White with #0DA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA355; }
p { color: rgb(13,163,85); }
H1.HeaderClassName
{
color: #0DA355;
}
.AnyTagClassName
{
color: #0DA355;
}
</style>
background-color css
<style>
a { background-color: #0DA355; }
a { background-color: rgb(13,163,85); }
div.DivClassName
{
background-color: #0DA355;
}
.BgClassName
{
background-color: #0DA355;
}
</style>
border-color css
<style>
span { border-color: #0DA355; }
span { border-color: rgb(13,163,85); }
td.TdClassName
{
border-color: #0DA355;
}
.TagClassName
{
border-color: #0DA355;
}
</style>