Shades of Dark Pastel Green #0DC93A
Tints of Dark Pastel Green #0DC93A
RGB
CMYK
RGB Variations
Color information
#0DC93A (or 0x0DC93A) is known color: Dark Pastel Green. HEX triplet: 0D, C9 and 3A. RGB value is (13,201,58). Sum of RGB (Red+Green+Blue) = 13+201+58=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 201 (78.91% from 255 or 73.90% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC93A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC93A is #F236C5. Grayscale: #808080. Windows color (decimal): -15873734 or 3852557. OLE color: 3852557.
HSL color Cylindrical-coordinate representation of color #0DC93A: hue angle of 134.36º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC93A is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 58 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.21 |
| HSL | 134.36º | 0.88% | 0.42% | - |
| HSV(B) | 134.36º | 0.94% | 0.79% | - |
| XYZ | 21.82 | 42.16 | 10.99 | - |
| YUV | 128.49 | 88.22 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 58 | 0.94 | 0 | 0.71 | 0.21 | 134.36 | 0.88 | 0.42 |
| Hex | D | C9 | 3A | 5E | 0 | 47 | 15 | 86 | 58 | 2A |
| Octal | 15 | 311 | 72 | 136 | 0 | 107 | 25 | 206 | 130 | 52 |
| Binary | 1101 | 11001001 | 111010 | 1011110 | 0 | 1000111 | 10101 | 10000110 | 1011000 | 101010 |
Color Harmonies of #0DC93A
Complementary color
Monochromatic Colors of #0DC93A
Black with #0DC93A
Text Example
Text Example
White with #0DC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC93A; }
p { color: rgb(13,201,58); }
H1.HeaderClassName
{
color: #0DC93A;
}
.AnyTagClassName
{
color: #0DC93A;
}
</style>
background-color css
<style>
a { background-color: #0DC93A; }
a { background-color: rgb(13,201,58); }
div.DivClassName
{
background-color: #0DC93A;
}
.BgClassName
{
background-color: #0DC93A;
}
</style>
border-color css
<style>
span { border-color: #0DC93A; }
span { border-color: rgb(13,201,58); }
td.TdClassName
{
border-color: #0DC93A;
}
.TagClassName
{
border-color: #0DC93A;
}
</style>