Shades of Dark Pastel Green #0CCC1A
Tints of Dark Pastel Green #0CCC1A
RGB
CMYK
RGB Variations
Color information
#0CCC1A (or 0x0CCC1A) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 1A. RGB value is (12,204,26). Sum of RGB (Red+Green+Blue) = 12+204+26=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 204 (80.08% from 255 or 84.30% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC1A is #F333E5. Grayscale: #7E7E7E. Windows color (decimal): -15938534 or 1756172. OLE color: 1756172.
HSL color Cylindrical-coordinate representation of color #0CCC1A: hue angle of 124.38º 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 #0CCC1A is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 26 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.2 |
| HSL | 124.38º | 0.89% | 0.42% | - |
| HSV(B) | 124.38º | 0.94% | 0.8% | - |
| XYZ | 21.93 | 43.34 | 8.19 | - |
| YUV | 126.3 | 71.39 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 26 | 0.94 | 0 | 0.87 | 0.2 | 124.38 | 0.89 | 0.42 |
| Hex | C | CC | 1A | 5E | 0 | 57 | 14 | 7C | 59 | 2A |
| Octal | 14 | 314 | 32 | 136 | 0 | 127 | 24 | 174 | 131 | 52 |
| Binary | 1100 | 11001100 | 11010 | 1011110 | 0 | 1010111 | 10100 | 1111100 | 1011001 | 101010 |
Color Harmonies of #0CCC1A
Complementary color
Monochromatic Colors of #0CCC1A
Black with #0CCC1A
Text Example
Text Example
White with #0CCC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC1A; }
p { color: rgb(12,204,26); }
H1.HeaderClassName
{
color: #0CCC1A;
}
.AnyTagClassName
{
color: #0CCC1A;
}
</style>
background-color css
<style>
a { background-color: #0CCC1A; }
a { background-color: rgb(12,204,26); }
div.DivClassName
{
background-color: #0CCC1A;
}
.BgClassName
{
background-color: #0CCC1A;
}
</style>
border-color css
<style>
span { border-color: #0CCC1A; }
span { border-color: rgb(12,204,26); }
td.TdClassName
{
border-color: #0CCC1A;
}
.TagClassName
{
border-color: #0CCC1A;
}
</style>