Shades of Pigment Green #0DA64F
Tints of Pigment Green #0DA64F
RGB
CMYK
RGB Variations
Color information
#0DA64F (or 0x0DA64F) is known color: Pigment Green. HEX triplet: 0D, A6 and 4F. RGB value is (13,166,79). Sum of RGB (Red+Green+Blue) = 13+166+79=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 166 (65.23% from 255 or 64.34% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA64F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA64F is #F259B0. Grayscale: #6E6E6E. Windows color (decimal): -15882673 or 5219853. OLE color: 5219853.
HSL color Cylindrical-coordinate representation of color #0DA64F: hue angle of 145.88º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA64F is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 166 | 79 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.35 |
| HSL | 145.88º | 0.85% | 0.35% | - |
| HSV(B) | 145.88º | 0.92% | 0.65% | - |
| XYZ | 15.21 | 27.92 | 11.98 | - |
| YUV | 110.34 | 110.31 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 166 | 79 | 0.92 | 0 | 0.52 | 0.35 | 145.88 | 0.85 | 0.35 |
| Hex | D | A6 | 4F | 5C | 0 | 34 | 23 | 92 | 55 | 23 |
| Octal | 15 | 246 | 117 | 134 | 0 | 64 | 43 | 222 | 125 | 43 |
| Binary | 1101 | 10100110 | 1001111 | 1011100 | 0 | 110100 | 100011 | 10010010 | 1010101 | 100011 |
Color Harmonies of #0DA64F
Complementary color
Monochromatic Colors of #0DA64F
Black with #0DA64F
Text Example
Text Example
White with #0DA64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA64F; }
p { color: rgb(13,166,79); }
H1.HeaderClassName
{
color: #0DA64F;
}
.AnyTagClassName
{
color: #0DA64F;
}
</style>
background-color css
<style>
a { background-color: #0DA64F; }
a { background-color: rgb(13,166,79); }
div.DivClassName
{
background-color: #0DA64F;
}
.BgClassName
{
background-color: #0DA64F;
}
</style>
border-color css
<style>
span { border-color: #0DA64F; }
span { border-color: rgb(13,166,79); }
td.TdClassName
{
border-color: #0DA64F;
}
.TagClassName
{
border-color: #0DA64F;
}
</style>