Shades of Dark Pastel Green #0CC73A
Tints of Dark Pastel Green #0CC73A
RGB
CMYK
RGB Variations
Color information
#0CC73A (or 0x0CC73A) is known color: Dark Pastel Green. HEX triplet: 0C, C7 and 3A. RGB value is (12,199,58). Sum of RGB (Red+Green+Blue) = 12+199+58=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 199 (78.12% from 255 or 73.98% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC73A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC73A is #F338C5. Grayscale: #7F7F7F. Windows color (decimal): -15939782 or 3852044. OLE color: 3852044.
HSL color Cylindrical-coordinate representation of color #0CC73A: hue angle of 134.76º 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 #0CC73A is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 58 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.22 |
| HSL | 134.76º | 0.89% | 0.41% | - |
| HSV(B) | 134.76º | 0.94% | 0.78% | - |
| XYZ | 21.34 | 41.23 | 10.84 | - |
| YUV | 127.01 | 89.05 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 58 | 0.94 | 0 | 0.71 | 0.22 | 134.76 | 0.89 | 0.41 |
| Hex | C | C7 | 3A | 5E | 0 | 47 | 16 | 87 | 59 | 29 |
| Octal | 14 | 307 | 72 | 136 | 0 | 107 | 26 | 207 | 131 | 51 |
| Binary | 1100 | 11000111 | 111010 | 1011110 | 0 | 1000111 | 10110 | 10000111 | 1011001 | 101001 |
Color Harmonies of #0CC73A
Complementary color
Monochromatic Colors of #0CC73A
Black with #0CC73A
Text Example
Text Example
White with #0CC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC73A; }
p { color: rgb(12,199,58); }
H1.HeaderClassName
{
color: #0CC73A;
}
.AnyTagClassName
{
color: #0CC73A;
}
</style>
background-color css
<style>
a { background-color: #0CC73A; }
a { background-color: rgb(12,199,58); }
div.DivClassName
{
background-color: #0CC73A;
}
.BgClassName
{
background-color: #0CC73A;
}
</style>
border-color css
<style>
span { border-color: #0CC73A; }
span { border-color: rgb(12,199,58); }
td.TdClassName
{
border-color: #0CC73A;
}
.TagClassName
{
border-color: #0CC73A;
}
</style>