Shades of Pigment Green #0DA34F
Tints of Pigment Green #0DA34F
RGB
CMYK
RGB Variations
Color information
#0DA34F (or 0x0DA34F) is known color: Pigment Green. HEX triplet: 0D, A3 and 4F. RGB value is (13,163,79). Sum of RGB (Red+Green+Blue) = 13+163+79=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 163 (64.06% from 255 or 63.92% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA34F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA34F is #F25CB0. Grayscale: #6C6C6C. Windows color (decimal): -15883441 or 5219085. OLE color: 5219085.
HSL color Cylindrical-coordinate representation of color #0DA34F: hue angle of 146.4º 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 #0DA34F is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 79 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.36 |
| HSL | 146.4º | 0.85% | 0.35% | - |
| HSV(B) | 146.4º | 0.92% | 0.64% | - |
| XYZ | 14.67 | 26.84 | 11.81 | - |
| YUV | 108.57 | 111.31 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 79 | 0.92 | 0 | 0.52 | 0.36 | 146.4 | 0.85 | 0.35 |
| Hex | D | A3 | 4F | 5C | 0 | 34 | 24 | 92 | 55 | 23 |
| Octal | 15 | 243 | 117 | 134 | 0 | 64 | 44 | 222 | 125 | 43 |
| Binary | 1101 | 10100011 | 1001111 | 1011100 | 0 | 110100 | 100100 | 10010010 | 1010101 | 100011 |
Color Harmonies of #0DA34F
Complementary color
Monochromatic Colors of #0DA34F
Black with #0DA34F
Text Example
Text Example
White with #0DA34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA34F; }
p { color: rgb(13,163,79); }
H1.HeaderClassName
{
color: #0DA34F;
}
.AnyTagClassName
{
color: #0DA34F;
}
</style>
background-color css
<style>
a { background-color: #0DA34F; }
a { background-color: rgb(13,163,79); }
div.DivClassName
{
background-color: #0DA34F;
}
.BgClassName
{
background-color: #0DA34F;
}
</style>
border-color css
<style>
span { border-color: #0DA34F; }
span { border-color: rgb(13,163,79); }
td.TdClassName
{
border-color: #0DA34F;
}
.TagClassName
{
border-color: #0DA34F;
}
</style>