Shades of Dark Pastel Green #0CC133
Tints of Dark Pastel Green #0CC133
RGB
CMYK
RGB Variations
Color information
#0CC133 (or 0x0CC133) is known color: Dark Pastel Green. HEX triplet: 0C, C1 and 33. RGB value is (12,193,51). Sum of RGB (Red+Green+Blue) = 12+193+51=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC133 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC133 is #F33ECC. Grayscale: #7B7B7B. Windows color (decimal): -15941325 or 3391756. OLE color: 3391756.
HSL color Cylindrical-coordinate representation of color #0CC133: hue angle of 132.93º 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 #0CC133 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 193 | 51 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.24 |
| HSL | 132.93º | 0.88% | 0.4% | - |
| HSV(B) | 132.93º | 0.94% | 0.76% | - |
| XYZ | 19.82 | 38.46 | 9.51 | - |
| YUV | 122.69 | 87.53 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 193 | 51 | 0.94 | 0 | 0.74 | 0.24 | 132.93 | 0.88 | 0.4 |
| Hex | C | C1 | 33 | 5E | 0 | 4A | 18 | 85 | 58 | 28 |
| Octal | 14 | 301 | 63 | 136 | 0 | 112 | 30 | 205 | 130 | 50 |
| Binary | 1100 | 11000001 | 110011 | 1011110 | 0 | 1001010 | 11000 | 10000101 | 1011000 | 101000 |
Color Harmonies of #0CC133
Complementary color
Monochromatic Colors of #0CC133
Black with #0CC133
Text Example
Text Example
White with #0CC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC133; }
p { color: rgb(12,193,51); }
H1.HeaderClassName
{
color: #0CC133;
}
.AnyTagClassName
{
color: #0CC133;
}
</style>
background-color css
<style>
a { background-color: #0CC133; }
a { background-color: rgb(12,193,51); }
div.DivClassName
{
background-color: #0CC133;
}
.BgClassName
{
background-color: #0CC133;
}
</style>
border-color css
<style>
span { border-color: #0CC133; }
span { border-color: rgb(12,193,51); }
td.TdClassName
{
border-color: #0CC133;
}
.TagClassName
{
border-color: #0CC133;
}
</style>