Shades of Dark Pastel Green #0CC72A
Tints of Dark Pastel Green #0CC72A
RGB
CMYK
RGB Variations
Color information
#0CC72A (or 0x0CC72A) is known color: Dark Pastel Green. HEX triplet: 0C, C7 and 2A. RGB value is (12,199,42). Sum of RGB (Red+Green+Blue) = 12+199+42=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 199 (78.12% from 255 or 78.66% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC72A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC72A is #F338D5. Grayscale: #7D7D7D. Windows color (decimal): -15939798 or 2803468. OLE color: 2803468.
HSL color Cylindrical-coordinate representation of color #0CC72A: hue angle of 129.63º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC72A is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 42 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.22 |
| HSL | 129.63º | 0.89% | 0.41% | - |
| HSV(B) | 129.63º | 0.94% | 0.78% | - |
| XYZ | 20.99 | 41.09 | 9.02 | - |
| YUV | 125.19 | 81.05 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 42 | 0.94 | 0 | 0.79 | 0.22 | 129.63 | 0.89 | 0.41 |
| Hex | C | C7 | 2A | 5E | 0 | 4F | 16 | 82 | 59 | 29 |
| Octal | 14 | 307 | 52 | 136 | 0 | 117 | 26 | 202 | 131 | 51 |
| Binary | 1100 | 11000111 | 101010 | 1011110 | 0 | 1001111 | 10110 | 10000010 | 1011001 | 101001 |
Color Harmonies of #0CC72A
Complementary color
Monochromatic Colors of #0CC72A
Black with #0CC72A
Text Example
Text Example
White with #0CC72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC72A; }
p { color: rgb(12,199,42); }
H1.HeaderClassName
{
color: #0CC72A;
}
.AnyTagClassName
{
color: #0CC72A;
}
</style>
background-color css
<style>
a { background-color: #0CC72A; }
a { background-color: rgb(12,199,42); }
div.DivClassName
{
background-color: #0CC72A;
}
.BgClassName
{
background-color: #0CC72A;
}
</style>
border-color css
<style>
span { border-color: #0CC72A; }
span { border-color: rgb(12,199,42); }
td.TdClassName
{
border-color: #0CC72A;
}
.TagClassName
{
border-color: #0CC72A;
}
</style>