Shades of Pigment Green #0DA251
Tints of Pigment Green #0DA251
RGB
CMYK
RGB Variations
Color information
#0DA251 (or 0x0DA251) is known color: Pigment Green. HEX triplet: 0D, A2 and 51. RGB value is (13,162,81). Sum of RGB (Red+Green+Blue) = 13+162+81=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA251 is #F25DAE. Grayscale: #6C6C6C. Windows color (decimal): -15883695 or 5349901. OLE color: 5349901.
HSL color Cylindrical-coordinate representation of color #0DA251: hue angle of 147.38º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA251 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 81 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.36 |
| HSL | 147.38º | 0.85% | 0.34% | - |
| HSV(B) | 147.38º | 0.92% | 0.64% | - |
| XYZ | 14.57 | 26.52 | 12.14 | - |
| YUV | 108.22 | 112.64 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 81 | 0.92 | 0 | 0.50 | 0.36 | 147.38 | 0.85 | 0.34 |
| Hex | D | A2 | 51 | 5C | 0 | 32 | 24 | 93 | 55 | 22 |
| Octal | 15 | 242 | 121 | 134 | 0 | 62 | 44 | 223 | 125 | 42 |
| Binary | 1101 | 10100010 | 1010001 | 1011100 | 0 | 110010 | 100100 | 10010011 | 1010101 | 100010 |
Color Harmonies of #0DA251
Complementary color
Monochromatic Colors of #0DA251
Black with #0DA251
Text Example
Text Example
White with #0DA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA251; }
p { color: rgb(13,162,81); }
H1.HeaderClassName
{
color: #0DA251;
}
.AnyTagClassName
{
color: #0DA251;
}
</style>
background-color css
<style>
a { background-color: #0DA251; }
a { background-color: rgb(13,162,81); }
div.DivClassName
{
background-color: #0DA251;
}
.BgClassName
{
background-color: #0DA251;
}
</style>
border-color css
<style>
span { border-color: #0DA251; }
span { border-color: rgb(13,162,81); }
td.TdClassName
{
border-color: #0DA251;
}
.TagClassName
{
border-color: #0DA251;
}
</style>