Shades of Dark Pastel Green #0CC22D
Tints of Dark Pastel Green #0CC22D
RGB
CMYK
RGB Variations
Color information
#0CC22D (or 0x0CC22D) is known color: Dark Pastel Green. HEX triplet: 0C, C2 and 2D. RGB value is (12,194,45). Sum of RGB (Red+Green+Blue) = 12+194+45=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 194 (76.17% from 255 or 77.29% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC22D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC22D is #F33DD2. Grayscale: #7B7B7B. Windows color (decimal): -15941075 or 2998796. OLE color: 2998796.
HSL color Cylindrical-coordinate representation of color #0CC22D: hue angle of 130.88º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC22D is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 45 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.24 |
| HSL | 130.88º | 0.88% | 0.4% | - |
| HSV(B) | 130.88º | 0.94% | 0.76% | - |
| XYZ | 19.92 | 38.85 | 8.93 | - |
| YUV | 122.6 | 84.2 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 45 | 0.94 | 0 | 0.77 | 0.24 | 130.88 | 0.88 | 0.4 |
| Hex | C | C2 | 2D | 5E | 0 | 4D | 18 | 83 | 58 | 28 |
| Octal | 14 | 302 | 55 | 136 | 0 | 115 | 30 | 203 | 130 | 50 |
| Binary | 1100 | 11000010 | 101101 | 1011110 | 0 | 1001101 | 11000 | 10000011 | 1011000 | 101000 |
Color Harmonies of #0CC22D
Complementary color
Monochromatic Colors of #0CC22D
Black with #0CC22D
Text Example
Text Example
White with #0CC22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC22D; }
p { color: rgb(12,194,45); }
H1.HeaderClassName
{
color: #0CC22D;
}
.AnyTagClassName
{
color: #0CC22D;
}
</style>
background-color css
<style>
a { background-color: #0CC22D; }
a { background-color: rgb(12,194,45); }
div.DivClassName
{
background-color: #0CC22D;
}
.BgClassName
{
background-color: #0CC22D;
}
</style>
border-color css
<style>
span { border-color: #0CC22D; }
span { border-color: rgb(12,194,45); }
td.TdClassName
{
border-color: #0CC22D;
}
.TagClassName
{
border-color: #0CC22D;
}
</style>