Shades of Pigment Green #0DA356
Tints of Pigment Green #0DA356
RGB
CMYK
RGB Variations
Color information
#0DA356 (or 0x0DA356) is known color: Pigment Green. HEX triplet: 0D, A3 and 56. RGB value is (13,163,86). Sum of RGB (Red+Green+Blue) = 13+163+86=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 163 (64.06% from 255 or 62.21% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA356 is #F25CA9. Grayscale: #6D6D6D. Windows color (decimal): -15883434 or 5677837. OLE color: 5677837.
HSL color Cylindrical-coordinate representation of color #0DA356: hue angle of 149.2º 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 #0DA356 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 86 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.36 |
| HSL | 149.2º | 0.85% | 0.35% | - |
| HSV(B) | 149.2º | 0.92% | 0.64% | - |
| XYZ | 14.94 | 26.95 | 13.22 | - |
| YUV | 109.37 | 114.81 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 86 | 0.92 | 0 | 0.47 | 0.36 | 149.2 | 0.85 | 0.35 |
| Hex | D | A3 | 56 | 5C | 0 | 2F | 24 | 95 | 55 | 23 |
| Octal | 15 | 243 | 126 | 134 | 0 | 57 | 44 | 225 | 125 | 43 |
| Binary | 1101 | 10100011 | 1010110 | 1011100 | 0 | 101111 | 100100 | 10010101 | 1010101 | 100011 |
Color Harmonies of #0DA356
Complementary color
Monochromatic Colors of #0DA356
Black with #0DA356
Text Example
Text Example
White with #0DA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA356; }
p { color: rgb(13,163,86); }
H1.HeaderClassName
{
color: #0DA356;
}
.AnyTagClassName
{
color: #0DA356;
}
</style>
background-color css
<style>
a { background-color: #0DA356; }
a { background-color: rgb(13,163,86); }
div.DivClassName
{
background-color: #0DA356;
}
.BgClassName
{
background-color: #0DA356;
}
</style>
border-color css
<style>
span { border-color: #0DA356; }
span { border-color: rgb(13,163,86); }
td.TdClassName
{
border-color: #0DA356;
}
.TagClassName
{
border-color: #0DA356;
}
</style>