Shades of Dark Pastel Green #0DC91C
Tints of Dark Pastel Green #0DC91C
RGB
CMYK
RGB Variations
Color information
#0DC91C (or 0x0DC91C) is known color: Dark Pastel Green. HEX triplet: 0D, C9 and 1C. RGB value is (13,201,28). Sum of RGB (Red+Green+Blue) = 13+201+28=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 201 (78.91% from 255 or 83.06% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC91C is #F236E3. Grayscale: #7D7D7D. Windows color (decimal): -15873764 or 1886477. OLE color: 1886477.
HSL color Cylindrical-coordinate representation of color #0DC91C: hue angle of 124.79º 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 #0DC91C is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 28 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.21 |
| HSL | 124.79º | 0.88% | 0.42% | - |
| HSV(B) | 124.79º | 0.94% | 0.79% | - |
| XYZ | 21.26 | 41.94 | 8.07 | - |
| YUV | 125.07 | 73.22 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 28 | 0.94 | 0 | 0.86 | 0.21 | 124.79 | 0.88 | 0.42 |
| Hex | D | C9 | 1C | 5E | 0 | 56 | 15 | 7D | 58 | 2A |
| Octal | 15 | 311 | 34 | 136 | 0 | 126 | 25 | 175 | 130 | 52 |
| Binary | 1101 | 11001001 | 11100 | 1011110 | 0 | 1010110 | 10101 | 1111101 | 1011000 | 101010 |
Color Harmonies of #0DC91C
Complementary color
Monochromatic Colors of #0DC91C
Black with #0DC91C
Text Example
Text Example
White with #0DC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC91C; }
p { color: rgb(13,201,28); }
H1.HeaderClassName
{
color: #0DC91C;
}
.AnyTagClassName
{
color: #0DC91C;
}
</style>
background-color css
<style>
a { background-color: #0DC91C; }
a { background-color: rgb(13,201,28); }
div.DivClassName
{
background-color: #0DC91C;
}
.BgClassName
{
background-color: #0DC91C;
}
</style>
border-color css
<style>
span { border-color: #0DC91C; }
span { border-color: rgb(13,201,28); }
td.TdClassName
{
border-color: #0DC91C;
}
.TagClassName
{
border-color: #0DC91C;
}
</style>