Shades of Dark Pastel Green #0DAE23
Tints of Dark Pastel Green #0DAE23
RGB
CMYK
RGB Variations
Color information
#0DAE23 (or 0x0DAE23) is known color: Dark Pastel Green. HEX triplet: 0D, AE and 23. RGB value is (13,174,35). Sum of RGB (Red+Green+Blue) = 13+174+35=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 174 (68.36% from 255 or 78.38% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAE23 is #F251DC. Grayscale: #6E6E6E. Windows color (decimal): -15880669 or 2338317. OLE color: 2338317.
HSL color Cylindrical-coordinate representation of color #0DAE23: hue angle of 128.2º 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 #0DAE23 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 35 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.32 |
| HSL | 128.2º | 0.86% | 0.37% | - |
| HSV(B) | 128.2º | 0.93% | 0.68% | - |
| XYZ | 15.61 | 30.48 | 6.65 | - |
| YUV | 110.02 | 85.66 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 35 | 0.93 | 0 | 0.80 | 0.32 | 128.2 | 0.86 | 0.37 |
| Hex | D | AE | 23 | 5D | 0 | 50 | 20 | 80 | 56 | 25 |
| Octal | 15 | 256 | 43 | 135 | 0 | 120 | 40 | 200 | 126 | 45 |
| Binary | 1101 | 10101110 | 100011 | 1011101 | 0 | 1010000 | 100000 | 10000000 | 1010110 | 100101 |
Color Harmonies of #0DAE23
Complementary color
Monochromatic Colors of #0DAE23
Black with #0DAE23
Text Example
Text Example
White with #0DAE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE23; }
p { color: rgb(13,174,35); }
H1.HeaderClassName
{
color: #0DAE23;
}
.AnyTagClassName
{
color: #0DAE23;
}
</style>
background-color css
<style>
a { background-color: #0DAE23; }
a { background-color: rgb(13,174,35); }
div.DivClassName
{
background-color: #0DAE23;
}
.BgClassName
{
background-color: #0DAE23;
}
</style>
border-color css
<style>
span { border-color: #0DAE23; }
span { border-color: rgb(13,174,35); }
td.TdClassName
{
border-color: #0DAE23;
}
.TagClassName
{
border-color: #0DAE23;
}
</style>