Shades of Dark Pastel Green #0DAE31
Tints of Dark Pastel Green #0DAE31
RGB
CMYK
RGB Variations
Color information
#0DAE31 (or 0x0DAE31) is known color: Dark Pastel Green. HEX triplet: 0D, AE and 31. RGB value is (13,174,49). Sum of RGB (Red+Green+Blue) = 13+174+49=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 174 (68.36% from 255 or 73.73% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAE31 is #F251CE. Grayscale: #6F6F6F. Windows color (decimal): -15880655 or 3255821. OLE color: 3255821.
HSL color Cylindrical-coordinate representation of color #0DAE31: hue angle of 133.42º 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 #0DAE31 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 49 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.32 |
| HSL | 133.42º | 0.86% | 0.37% | - |
| HSV(B) | 133.42º | 0.93% | 0.68% | - |
| XYZ | 15.86 | 30.58 | 7.97 | - |
| YUV | 111.61 | 92.66 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 49 | 0.93 | 0 | 0.72 | 0.32 | 133.42 | 0.86 | 0.37 |
| Hex | D | AE | 31 | 5D | 0 | 48 | 20 | 85 | 56 | 25 |
| Octal | 15 | 256 | 61 | 135 | 0 | 110 | 40 | 205 | 126 | 45 |
| Binary | 1101 | 10101110 | 110001 | 1011101 | 0 | 1001000 | 100000 | 10000101 | 1010110 | 100101 |
Color Harmonies of #0DAE31
Complementary color
Monochromatic Colors of #0DAE31
Black with #0DAE31
Text Example
Text Example
White with #0DAE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE31; }
p { color: rgb(13,174,49); }
H1.HeaderClassName
{
color: #0DAE31;
}
.AnyTagClassName
{
color: #0DAE31;
}
</style>
background-color css
<style>
a { background-color: #0DAE31; }
a { background-color: rgb(13,174,49); }
div.DivClassName
{
background-color: #0DAE31;
}
.BgClassName
{
background-color: #0DAE31;
}
</style>
border-color css
<style>
span { border-color: #0DAE31; }
span { border-color: rgb(13,174,49); }
td.TdClassName
{
border-color: #0DAE31;
}
.TagClassName
{
border-color: #0DAE31;
}
</style>