Shades of Dark Pastel Green #0DCC3A
Tints of Dark Pastel Green #0DCC3A
RGB
CMYK
RGB Variations
Color information
#0DCC3A (or 0x0DCC3A) is known color: Dark Pastel Green. HEX triplet: 0D, CC and 3A. RGB value is (13,204,58). Sum of RGB (Red+Green+Blue) = 13+204+58=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 204 (80.08% from 255 or 74.18% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCC3A is #F233C5. Grayscale: #828282. Windows color (decimal): -15872966 or 3853325. OLE color: 3853325.
HSL color Cylindrical-coordinate representation of color #0DCC3A: hue angle of 134.14º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCC3A is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 58 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.2 |
| HSL | 134.14º | 0.88% | 0.43% | - |
| HSV(B) | 134.14º | 0.94% | 0.8% | - |
| XYZ | 22.52 | 43.58 | 11.23 | - |
| YUV | 130.25 | 87.22 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 58 | 0.94 | 0 | 0.72 | 0.2 | 134.14 | 0.88 | 0.43 |
| Hex | D | CC | 3A | 5E | 0 | 48 | 14 | 86 | 58 | 2B |
| Octal | 15 | 314 | 72 | 136 | 0 | 110 | 24 | 206 | 130 | 53 |
| Binary | 1101 | 11001100 | 111010 | 1011110 | 0 | 1001000 | 10100 | 10000110 | 1011000 | 101011 |
Color Harmonies of #0DCC3A
Complementary color
Monochromatic Colors of #0DCC3A
Black with #0DCC3A
Text Example
Text Example
White with #0DCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCC3A; }
p { color: rgb(13,204,58); }
H1.HeaderClassName
{
color: #0DCC3A;
}
.AnyTagClassName
{
color: #0DCC3A;
}
</style>
background-color css
<style>
a { background-color: #0DCC3A; }
a { background-color: rgb(13,204,58); }
div.DivClassName
{
background-color: #0DCC3A;
}
.BgClassName
{
background-color: #0DCC3A;
}
</style>
border-color css
<style>
span { border-color: #0DCC3A; }
span { border-color: rgb(13,204,58); }
td.TdClassName
{
border-color: #0DCC3A;
}
.TagClassName
{
border-color: #0DCC3A;
}
</style>