Shades of Pigment Green #0DA44E
Tints of Pigment Green #0DA44E
RGB
CMYK
RGB Variations
Color information
#0DA44E (or 0x0DA44E) is known color: Pigment Green. HEX triplet: 0D, A4 and 4E. RGB value is (13,164,78). Sum of RGB (Red+Green+Blue) = 13+164+78=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 164 (64.45% from 255 or 64.31% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA44E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA44E is #F25BB1. Grayscale: #6D6D6D. Windows color (decimal): -15883186 or 5153805. OLE color: 5153805.
HSL color Cylindrical-coordinate representation of color #0DA44E: hue angle of 145.83º 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 #0DA44E is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 164 | 78 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.36 |
| HSL | 145.83º | 0.85% | 0.35% | - |
| HSV(B) | 145.83º | 0.92% | 0.64% | - |
| XYZ | 14.82 | 27.19 | 11.67 | - |
| YUV | 109.05 | 110.47 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 164 | 78 | 0.92 | 0 | 0.52 | 0.36 | 145.83 | 0.85 | 0.35 |
| Hex | D | A4 | 4E | 5C | 0 | 34 | 24 | 92 | 55 | 23 |
| Octal | 15 | 244 | 116 | 134 | 0 | 64 | 44 | 222 | 125 | 43 |
| Binary | 1101 | 10100100 | 1001110 | 1011100 | 0 | 110100 | 100100 | 10010010 | 1010101 | 100011 |
Color Harmonies of #0DA44E
Complementary color
Monochromatic Colors of #0DA44E
Black with #0DA44E
Text Example
Text Example
White with #0DA44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA44E; }
p { color: rgb(13,164,78); }
H1.HeaderClassName
{
color: #0DA44E;
}
.AnyTagClassName
{
color: #0DA44E;
}
</style>
background-color css
<style>
a { background-color: #0DA44E; }
a { background-color: rgb(13,164,78); }
div.DivClassName
{
background-color: #0DA44E;
}
.BgClassName
{
background-color: #0DA44E;
}
</style>
border-color css
<style>
span { border-color: #0DA44E; }
span { border-color: rgb(13,164,78); }
td.TdClassName
{
border-color: #0DA44E;
}
.TagClassName
{
border-color: #0DA44E;
}
</style>