Shades of Dark Pastel Green #0DC922
Tints of Dark Pastel Green #0DC922
RGB
CMYK
RGB Variations
Color information
#0DC922 (or 0x0DC922) is known color: Dark Pastel Green. HEX triplet: 0D, C9 and 22. RGB value is (13,201,34). Sum of RGB (Red+Green+Blue) = 13+201+34=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 201 (78.91% from 255 or 81.05% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC922 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC922 is #F236DD. Grayscale: #7E7E7E. Windows color (decimal): -15873758 or 2279693. OLE color: 2279693.
HSL color Cylindrical-coordinate representation of color #0DC922: hue angle of 126.7º 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 #0DC922 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 34 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.21 |
| HSL | 126.7º | 0.88% | 0.42% | - |
| HSV(B) | 126.7º | 0.94% | 0.79% | - |
| XYZ | 21.34 | 41.97 | 8.49 | - |
| YUV | 125.75 | 76.22 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 34 | 0.94 | 0 | 0.83 | 0.21 | 126.7 | 0.88 | 0.42 |
| Hex | D | C9 | 22 | 5E | 0 | 53 | 15 | 7F | 58 | 2A |
| Octal | 15 | 311 | 42 | 136 | 0 | 123 | 25 | 177 | 130 | 52 |
| Binary | 1101 | 11001001 | 100010 | 1011110 | 0 | 1010011 | 10101 | 1111111 | 1011000 | 101010 |
Color Harmonies of #0DC922
Complementary color
Monochromatic Colors of #0DC922
Black with #0DC922
Text Example
Text Example
White with #0DC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC922; }
p { color: rgb(13,201,34); }
H1.HeaderClassName
{
color: #0DC922;
}
.AnyTagClassName
{
color: #0DC922;
}
</style>
background-color css
<style>
a { background-color: #0DC922; }
a { background-color: rgb(13,201,34); }
div.DivClassName
{
background-color: #0DC922;
}
.BgClassName
{
background-color: #0DC922;
}
</style>
border-color css
<style>
span { border-color: #0DC922; }
span { border-color: rgb(13,201,34); }
td.TdClassName
{
border-color: #0DC922;
}
.TagClassName
{
border-color: #0DC922;
}
</style>