Shades of Dark Pastel Green #0DAD2F
Tints of Dark Pastel Green #0DAD2F
RGB
CMYK
RGB Variations
Color information
#0DAD2F (or 0x0DAD2F) is known color: Dark Pastel Green. HEX triplet: 0D, AD and 2F. RGB value is (13,173,47). Sum of RGB (Red+Green+Blue) = 13+173+47=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 173 (67.97% from 255 or 74.25% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD2F is #F252D0. Grayscale: #6F6F6F. Windows color (decimal): -15880913 or 3124493. OLE color: 3124493.
HSL color Cylindrical-coordinate representation of color #0DAD2F: hue angle of 132.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAD2F is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 47 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.32 |
| HSL | 132.75º | 0.86% | 0.36% | - |
| HSV(B) | 132.75º | 0.92% | 0.68% | - |
| XYZ | 15.62 | 30.18 | 7.69 | - |
| YUV | 110.8 | 91.99 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 47 | 0.92 | 0 | 0.73 | 0.32 | 132.75 | 0.86 | 0.36 |
| Hex | D | AD | 2F | 5C | 0 | 49 | 20 | 85 | 56 | 24 |
| Octal | 15 | 255 | 57 | 134 | 0 | 111 | 40 | 205 | 126 | 44 |
| Binary | 1101 | 10101101 | 101111 | 1011100 | 0 | 1001001 | 100000 | 10000101 | 1010110 | 100100 |
Color Harmonies of #0DAD2F
Complementary color
Monochromatic Colors of #0DAD2F
Black with #0DAD2F
Text Example
Text Example
White with #0DAD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD2F; }
p { color: rgb(13,173,47); }
H1.HeaderClassName
{
color: #0DAD2F;
}
.AnyTagClassName
{
color: #0DAD2F;
}
</style>
background-color css
<style>
a { background-color: #0DAD2F; }
a { background-color: rgb(13,173,47); }
div.DivClassName
{
background-color: #0DAD2F;
}
.BgClassName
{
background-color: #0DAD2F;
}
</style>
border-color css
<style>
span { border-color: #0DAD2F; }
span { border-color: rgb(13,173,47); }
td.TdClassName
{
border-color: #0DAD2F;
}
.TagClassName
{
border-color: #0DAD2F;
}
</style>