Shades of Dark Pastel Green #0CCC29
Tints of Dark Pastel Green #0CCC29
RGB
CMYK
RGB Variations
Color information
#0CCC29 (or 0x0CCC29) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 29. RGB value is (12,204,41). Sum of RGB (Red+Green+Blue) = 12+204+41=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 204 (80.08% from 255 or 79.38% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC29 is #F333D6. Grayscale: #808080. Windows color (decimal): -15938519 or 2739212. OLE color: 2739212.
HSL color Cylindrical-coordinate representation of color #0CCC29: hue angle of 129.06º 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 #0CCC29 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 41 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.2 |
| HSL | 129.06º | 0.89% | 0.42% | - |
| HSV(B) | 129.06º | 0.94% | 0.8% | - |
| XYZ | 22.14 | 43.42 | 9.31 | - |
| YUV | 128.01 | 78.89 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 41 | 0.94 | 0 | 0.80 | 0.2 | 129.06 | 0.89 | 0.42 |
| Hex | C | CC | 29 | 5E | 0 | 50 | 14 | 81 | 59 | 2A |
| Octal | 14 | 314 | 51 | 136 | 0 | 120 | 24 | 201 | 131 | 52 |
| Binary | 1100 | 11001100 | 101001 | 1011110 | 0 | 1010000 | 10100 | 10000001 | 1011001 | 101010 |
Color Harmonies of #0CCC29
Complementary color
Monochromatic Colors of #0CCC29
Black with #0CCC29
Text Example
Text Example
White with #0CCC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC29; }
p { color: rgb(12,204,41); }
H1.HeaderClassName
{
color: #0CCC29;
}
.AnyTagClassName
{
color: #0CCC29;
}
</style>
background-color css
<style>
a { background-color: #0CCC29; }
a { background-color: rgb(12,204,41); }
div.DivClassName
{
background-color: #0CCC29;
}
.BgClassName
{
background-color: #0CCC29;
}
</style>
border-color css
<style>
span { border-color: #0CCC29; }
span { border-color: rgb(12,204,41); }
td.TdClassName
{
border-color: #0CCC29;
}
.TagClassName
{
border-color: #0CCC29;
}
</style>