Shades of Dark Pastel Green #0CCC28
Tints of Dark Pastel Green #0CCC28
RGB
CMYK
RGB Variations
Color information
#0CCC28 (or 0x0CCC28) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 28. RGB value is (12,204,40). Sum of RGB (Red+Green+Blue) = 12+204+40=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 204 (80.08% from 255 or 79.69% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC28 is #F333D7. Grayscale: #808080. Windows color (decimal): -15938520 or 2673676. OLE color: 2673676.
HSL color Cylindrical-coordinate representation of color #0CCC28: hue angle of 128.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC28 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 40 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.2 |
| HSL | 128.75º | 0.89% | 0.42% | - |
| HSV(B) | 128.75º | 0.94% | 0.8% | - |
| XYZ | 22.13 | 43.42 | 9.22 | - |
| YUV | 127.9 | 78.39 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 40 | 0.94 | 0 | 0.80 | 0.2 | 128.75 | 0.89 | 0.42 |
| Hex | C | CC | 28 | 5E | 0 | 50 | 14 | 81 | 59 | 2A |
| Octal | 14 | 314 | 50 | 136 | 0 | 120 | 24 | 201 | 131 | 52 |
| Binary | 1100 | 11001100 | 101000 | 1011110 | 0 | 1010000 | 10100 | 10000001 | 1011001 | 101010 |
Color Harmonies of #0CCC28
Complementary color
Monochromatic Colors of #0CCC28
Black with #0CCC28
Text Example
Text Example
White with #0CCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC28; }
p { color: rgb(12,204,40); }
H1.HeaderClassName
{
color: #0CCC28;
}
.AnyTagClassName
{
color: #0CCC28;
}
</style>
background-color css
<style>
a { background-color: #0CCC28; }
a { background-color: rgb(12,204,40); }
div.DivClassName
{
background-color: #0CCC28;
}
.BgClassName
{
background-color: #0CCC28;
}
</style>
border-color css
<style>
span { border-color: #0CCC28; }
span { border-color: rgb(12,204,40); }
td.TdClassName
{
border-color: #0CCC28;
}
.TagClassName
{
border-color: #0CCC28;
}
</style>