Shades of Pigment Green #0DAE49
Tints of Pigment Green #0DAE49
RGB
CMYK
RGB Variations
Color information
#0DAE49 (or 0x0DAE49) is known color: Pigment Green. HEX triplet: 0D, AE and 49. RGB value is (13,174,73). Sum of RGB (Red+Green+Blue) = 13+174+73=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 174 (68.36% from 255 or 66.92% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAE49 is #F251B6. Grayscale: #727272. Windows color (decimal): -15880631 or 4828685. OLE color: 4828685.
HSL color Cylindrical-coordinate representation of color #0DAE49: hue angle of 142.36º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE49 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 73 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.32 |
| HSL | 142.36º | 0.86% | 0.37% | - |
| HSV(B) | 142.36º | 0.93% | 0.68% | - |
| XYZ | 16.5 | 30.84 | 11.39 | - |
| YUV | 114.35 | 104.66 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 73 | 0.93 | 0 | 0.58 | 0.32 | 142.36 | 0.86 | 0.37 |
| Hex | D | AE | 49 | 5D | 0 | 3A | 20 | 8E | 56 | 25 |
| Octal | 15 | 256 | 111 | 135 | 0 | 72 | 40 | 216 | 126 | 45 |
| Binary | 1101 | 10101110 | 1001001 | 1011101 | 0 | 111010 | 100000 | 10001110 | 1010110 | 100101 |
Color Harmonies of #0DAE49
Complementary color
Monochromatic Colors of #0DAE49
Black with #0DAE49
Text Example
Text Example
White with #0DAE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE49; }
p { color: rgb(13,174,73); }
H1.HeaderClassName
{
color: #0DAE49;
}
.AnyTagClassName
{
color: #0DAE49;
}
</style>
background-color css
<style>
a { background-color: #0DAE49; }
a { background-color: rgb(13,174,73); }
div.DivClassName
{
background-color: #0DAE49;
}
.BgClassName
{
background-color: #0DAE49;
}
</style>
border-color css
<style>
span { border-color: #0DAE49; }
span { border-color: rgb(13,174,73); }
td.TdClassName
{
border-color: #0DAE49;
}
.TagClassName
{
border-color: #0DAE49;
}
</style>