Shades of Dark Pastel Green #0DAE2F
Tints of Dark Pastel Green #0DAE2F
RGB
CMYK
RGB Variations
Color information
#0DAE2F (or 0x0DAE2F) is known color: Dark Pastel Green. HEX triplet: 0D, AE and 2F. RGB value is (13,174,47). Sum of RGB (Red+Green+Blue) = 13+174+47=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 174 (68.36% from 255 or 74.36% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAE2F is #F251D0. Grayscale: #6F6F6F. Windows color (decimal): -15880657 or 3124749. OLE color: 3124749.
HSL color Cylindrical-coordinate representation of color #0DAE2F: hue angle of 132.67º 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 #0DAE2F is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 47 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.32 |
| HSL | 132.67º | 0.86% | 0.37% | - |
| HSV(B) | 132.67º | 0.93% | 0.68% | - |
| XYZ | 15.82 | 30.56 | 7.76 | - |
| YUV | 111.38 | 91.66 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 47 | 0.93 | 0 | 0.73 | 0.32 | 132.67 | 0.86 | 0.37 |
| Hex | D | AE | 2F | 5D | 0 | 49 | 20 | 85 | 56 | 25 |
| Octal | 15 | 256 | 57 | 135 | 0 | 111 | 40 | 205 | 126 | 45 |
| Binary | 1101 | 10101110 | 101111 | 1011101 | 0 | 1001001 | 100000 | 10000101 | 1010110 | 100101 |
Color Harmonies of #0DAE2F
Complementary color
Monochromatic Colors of #0DAE2F
Black with #0DAE2F
Text Example
Text Example
White with #0DAE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE2F; }
p { color: rgb(13,174,47); }
H1.HeaderClassName
{
color: #0DAE2F;
}
.AnyTagClassName
{
color: #0DAE2F;
}
</style>
background-color css
<style>
a { background-color: #0DAE2F; }
a { background-color: rgb(13,174,47); }
div.DivClassName
{
background-color: #0DAE2F;
}
.BgClassName
{
background-color: #0DAE2F;
}
</style>
border-color css
<style>
span { border-color: #0DAE2F; }
span { border-color: rgb(13,174,47); }
td.TdClassName
{
border-color: #0DAE2F;
}
.TagClassName
{
border-color: #0DAE2F;
}
</style>