Shades of Dark Pastel Green #0CC42A
Tints of Dark Pastel Green #0CC42A
RGB
CMYK
RGB Variations
Color information
#0CC42A (or 0x0CC42A) is known color: Dark Pastel Green. HEX triplet: 0C, C4 and 2A. RGB value is (12,196,42). Sum of RGB (Red+Green+Blue) = 12+196+42=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 196 (76.95% from 255 or 78.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC42A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC42A is #F33BD5. Grayscale: #7B7B7B. Windows color (decimal): -15940566 or 2802700. OLE color: 2802700.
HSL color Cylindrical-coordinate representation of color #0CC42A: hue angle of 129.78º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC42A is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 196 | 42 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.23 |
| HSL | 129.78º | 0.88% | 0.41% | - |
| HSV(B) | 129.78º | 0.94% | 0.77% | - |
| XYZ | 20.31 | 39.73 | 8.79 | - |
| YUV | 123.43 | 82.04 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 196 | 42 | 0.94 | 0 | 0.79 | 0.23 | 129.78 | 0.88 | 0.41 |
| Hex | C | C4 | 2A | 5E | 0 | 4F | 17 | 82 | 58 | 29 |
| Octal | 14 | 304 | 52 | 136 | 0 | 117 | 27 | 202 | 130 | 51 |
| Binary | 1100 | 11000100 | 101010 | 1011110 | 0 | 1001111 | 10111 | 10000010 | 1011000 | 101001 |
Color Harmonies of #0CC42A
Complementary color
Monochromatic Colors of #0CC42A
Black with #0CC42A
Text Example
Text Example
White with #0CC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC42A; }
p { color: rgb(12,196,42); }
H1.HeaderClassName
{
color: #0CC42A;
}
.AnyTagClassName
{
color: #0CC42A;
}
</style>
background-color css
<style>
a { background-color: #0CC42A; }
a { background-color: rgb(12,196,42); }
div.DivClassName
{
background-color: #0CC42A;
}
.BgClassName
{
background-color: #0CC42A;
}
</style>
border-color css
<style>
span { border-color: #0CC42A; }
span { border-color: rgb(12,196,42); }
td.TdClassName
{
border-color: #0CC42A;
}
.TagClassName
{
border-color: #0CC42A;
}
</style>