Shades of Dark Pastel Green #0DC62A
Tints of Dark Pastel Green #0DC62A
RGB
CMYK
RGB Variations
Color information
#0DC62A (or 0x0DC62A) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 2A. RGB value is (13,198,42). Sum of RGB (Red+Green+Blue) = 13+198+42=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 198 (77.73% from 255 or 78.26% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC62A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC62A is #F239D5. Grayscale: #7D7D7D. Windows color (decimal): -15874518 or 2803213. OLE color: 2803213.
HSL color Cylindrical-coordinate representation of color #0DC62A: hue angle of 129.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC62A is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 42 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.22 |
| HSL | 129.41º | 0.88% | 0.41% | - |
| HSV(B) | 129.41º | 0.93% | 0.78% | - |
| XYZ | 20.78 | 40.64 | 8.94 | - |
| YUV | 124.9 | 81.21 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 42 | 0.93 | 0 | 0.79 | 0.22 | 129.41 | 0.88 | 0.41 |
| Hex | D | C6 | 2A | 5D | 0 | 4F | 16 | 81 | 58 | 29 |
| Octal | 15 | 306 | 52 | 135 | 0 | 117 | 26 | 201 | 130 | 51 |
| Binary | 1101 | 11000110 | 101010 | 1011101 | 0 | 1001111 | 10110 | 10000001 | 1011000 | 101001 |
Color Harmonies of #0DC62A
Complementary color
Monochromatic Colors of #0DC62A
Black with #0DC62A
Text Example
Text Example
White with #0DC62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC62A; }
p { color: rgb(13,198,42); }
H1.HeaderClassName
{
color: #0DC62A;
}
.AnyTagClassName
{
color: #0DC62A;
}
</style>
background-color css
<style>
a { background-color: #0DC62A; }
a { background-color: rgb(13,198,42); }
div.DivClassName
{
background-color: #0DC62A;
}
.BgClassName
{
background-color: #0DC62A;
}
</style>
border-color css
<style>
span { border-color: #0DC62A; }
span { border-color: rgb(13,198,42); }
td.TdClassName
{
border-color: #0DC62A;
}
.TagClassName
{
border-color: #0DC62A;
}
</style>