Shades of Dark Pastel Green #0DC92F
Tints of Dark Pastel Green #0DC92F
RGB
CMYK
RGB Variations
Color information
#0DC92F (or 0x0DC92F) is known color: Dark Pastel Green. HEX triplet: 0D, C9 and 2F. RGB value is (13,201,47). Sum of RGB (Red+Green+Blue) = 13+201+47=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 201 (78.91% from 255 or 77.01% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC92F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC92F is #F236D0. Grayscale: #7F7F7F. Windows color (decimal): -15873745 or 3131661. OLE color: 3131661.
HSL color Cylindrical-coordinate representation of color #0DC92F: hue angle of 130.85º 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 #0DC92F is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 47 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.21 |
| HSL | 130.85º | 0.88% | 0.42% | - |
| HSV(B) | 130.85º | 0.94% | 0.79% | - |
| XYZ | 21.57 | 42.06 | 9.67 | - |
| YUV | 127.23 | 82.72 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 47 | 0.94 | 0 | 0.77 | 0.21 | 130.85 | 0.88 | 0.42 |
| Hex | D | C9 | 2F | 5E | 0 | 4D | 15 | 83 | 58 | 2A |
| Octal | 15 | 311 | 57 | 136 | 0 | 115 | 25 | 203 | 130 | 52 |
| Binary | 1101 | 11001001 | 101111 | 1011110 | 0 | 1001101 | 10101 | 10000011 | 1011000 | 101010 |
Color Harmonies of #0DC92F
Complementary color
Monochromatic Colors of #0DC92F
Black with #0DC92F
Text Example
Text Example
White with #0DC92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC92F; }
p { color: rgb(13,201,47); }
H1.HeaderClassName
{
color: #0DC92F;
}
.AnyTagClassName
{
color: #0DC92F;
}
</style>
background-color css
<style>
a { background-color: #0DC92F; }
a { background-color: rgb(13,201,47); }
div.DivClassName
{
background-color: #0DC92F;
}
.BgClassName
{
background-color: #0DC92F;
}
</style>
border-color css
<style>
span { border-color: #0DC92F; }
span { border-color: rgb(13,201,47); }
td.TdClassName
{
border-color: #0DC92F;
}
.TagClassName
{
border-color: #0DC92F;
}
</style>