Shades of Dark Pastel Green #0CC228
Tints of Dark Pastel Green #0CC228
RGB
CMYK
RGB Variations
Color information
#0CC228 (or 0x0CC228) is known color: Dark Pastel Green. HEX triplet: 0C, C2 and 28. RGB value is (12,194,40). Sum of RGB (Red+Green+Blue) = 12+194+40=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 194 (76.17% from 255 or 78.86% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC228 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC228 is #F33DD7. Grayscale: #7A7A7A. Windows color (decimal): -15941080 or 2671116. OLE color: 2671116.
HSL color Cylindrical-coordinate representation of color #0CC228: hue angle of 129.23º 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 #0CC228 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 40 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.24 |
| HSL | 129.23º | 0.88% | 0.4% | - |
| HSV(B) | 129.23º | 0.94% | 0.76% | - |
| XYZ | 19.83 | 38.81 | 8.45 | - |
| YUV | 122.03 | 81.7 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 40 | 0.94 | 0 | 0.79 | 0.24 | 129.23 | 0.88 | 0.4 |
| Hex | C | C2 | 28 | 5E | 0 | 4F | 18 | 81 | 58 | 28 |
| Octal | 14 | 302 | 50 | 136 | 0 | 117 | 30 | 201 | 130 | 50 |
| Binary | 1100 | 11000010 | 101000 | 1011110 | 0 | 1001111 | 11000 | 10000001 | 1011000 | 101000 |
Color Harmonies of #0CC228
Complementary color
Monochromatic Colors of #0CC228
Black with #0CC228
Text Example
Text Example
White with #0CC228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC228; }
p { color: rgb(12,194,40); }
H1.HeaderClassName
{
color: #0CC228;
}
.AnyTagClassName
{
color: #0CC228;
}
</style>
background-color css
<style>
a { background-color: #0CC228; }
a { background-color: rgb(12,194,40); }
div.DivClassName
{
background-color: #0CC228;
}
.BgClassName
{
background-color: #0CC228;
}
</style>
border-color css
<style>
span { border-color: #0CC228; }
span { border-color: rgb(12,194,40); }
td.TdClassName
{
border-color: #0CC228;
}
.TagClassName
{
border-color: #0CC228;
}
</style>