Shades of Dark Pastel Green #0DC11A
Tints of Dark Pastel Green #0DC11A
RGB
CMYK
RGB Variations
Color information
#0DC11A (or 0x0DC11A) is known color: Dark Pastel Green. HEX triplet: 0D, C1 and 1A. RGB value is (13,193,26). Sum of RGB (Red+Green+Blue) = 13+193+26=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 193 (75.78% from 255 or 83.19% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC11A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC11A is #F23EE5. Grayscale: #787878. Windows color (decimal): -15875814 or 1753357. OLE color: 1753357.
HSL color Cylindrical-coordinate representation of color #0DC11A: hue angle of 124.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC11A is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 26 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.24 |
| HSL | 124.33º | 0.87% | 0.4% | - |
| HSV(B) | 124.33º | 0.93% | 0.76% | - |
| XYZ | 19.42 | 38.3 | 7.35 | - |
| YUV | 120.14 | 74.87 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 26 | 0.93 | 0 | 0.87 | 0.24 | 124.33 | 0.87 | 0.4 |
| Hex | D | C1 | 1A | 5D | 0 | 57 | 18 | 7C | 57 | 28 |
| Octal | 15 | 301 | 32 | 135 | 0 | 127 | 30 | 174 | 127 | 50 |
| Binary | 1101 | 11000001 | 11010 | 1011101 | 0 | 1010111 | 11000 | 1111100 | 1010111 | 101000 |
Color Harmonies of #0DC11A
Complementary color
Monochromatic Colors of #0DC11A
Black with #0DC11A
Text Example
Text Example
White with #0DC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC11A; }
p { color: rgb(13,193,26); }
H1.HeaderClassName
{
color: #0DC11A;
}
.AnyTagClassName
{
color: #0DC11A;
}
</style>
background-color css
<style>
a { background-color: #0DC11A; }
a { background-color: rgb(13,193,26); }
div.DivClassName
{
background-color: #0DC11A;
}
.BgClassName
{
background-color: #0DC11A;
}
</style>
border-color css
<style>
span { border-color: #0DC11A; }
span { border-color: rgb(13,193,26); }
td.TdClassName
{
border-color: #0DC11A;
}
.TagClassName
{
border-color: #0DC11A;
}
</style>