Shades of Pigment Green #0DA14F
Tints of Pigment Green #0DA14F
RGB
CMYK
RGB Variations
Color information
#0DA14F (or 0x0DA14F) is known color: Pigment Green. HEX triplet: 0D, A1 and 4F. RGB value is (13,161,79). Sum of RGB (Red+Green+Blue) = 13+161+79=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 161 (63.28% from 255 or 63.64% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA14F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA14F is #F25EB0. Grayscale: #6B6B6B. Windows color (decimal): -15883953 or 5218573. OLE color: 5218573.
HSL color Cylindrical-coordinate representation of color #0DA14F: hue angle of 146.76º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA14F is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 79 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.37 |
| HSL | 146.76º | 0.85% | 0.34% | - |
| HSV(B) | 146.76º | 0.92% | 0.63% | - |
| XYZ | 14.32 | 26.14 | 11.69 | - |
| YUV | 107.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 79 | 0.92 | 0 | 0.51 | 0.37 | 146.76 | 0.85 | 0.34 |
| Hex | D | A1 | 4F | 5C | 0 | 33 | 25 | 93 | 55 | 22 |
| Octal | 15 | 241 | 117 | 134 | 0 | 63 | 45 | 223 | 125 | 42 |
| Binary | 1101 | 10100001 | 1001111 | 1011100 | 0 | 110011 | 100101 | 10010011 | 1010101 | 100010 |
Color Harmonies of #0DA14F
Complementary color
Monochromatic Colors of #0DA14F
Black with #0DA14F
Text Example
Text Example
White with #0DA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA14F; }
p { color: rgb(13,161,79); }
H1.HeaderClassName
{
color: #0DA14F;
}
.AnyTagClassName
{
color: #0DA14F;
}
</style>
background-color css
<style>
a { background-color: #0DA14F; }
a { background-color: rgb(13,161,79); }
div.DivClassName
{
background-color: #0DA14F;
}
.BgClassName
{
background-color: #0DA14F;
}
</style>
border-color css
<style>
span { border-color: #0DA14F; }
span { border-color: rgb(13,161,79); }
td.TdClassName
{
border-color: #0DA14F;
}
.TagClassName
{
border-color: #0DA14F;
}
</style>