Shades of Dark Pastel Green #0CC44A
Tints of Dark Pastel Green #0CC44A
RGB
CMYK
RGB Variations
Color information
#0CC44A (or 0x0CC44A) is known color: Dark Pastel Green. HEX triplet: 0C, C4 and 4A. RGB value is (12,196,74). Sum of RGB (Red+Green+Blue) = 12+196+74=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC44A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC44A is #F33BB5. Grayscale: #7F7F7F. Windows color (decimal): -15940534 or 4899852. OLE color: 4899852.
HSL color Cylindrical-coordinate representation of color #0CC44A: hue angle of 140.22º 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 #0CC44A is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 196 | 74 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.23 |
| HSL | 140.22º | 0.88% | 0.41% | - |
| HSV(B) | 140.22º | 0.94% | 0.77% | - |
| XYZ | 21.13 | 40.05 | 13.1 | - |
| YUV | 127.08 | 98.04 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 196 | 74 | 0.94 | 0 | 0.62 | 0.23 | 140.22 | 0.88 | 0.41 |
| Hex | C | C4 | 4A | 5E | 0 | 3E | 17 | 8C | 58 | 29 |
| Octal | 14 | 304 | 112 | 136 | 0 | 76 | 27 | 214 | 130 | 51 |
| Binary | 1100 | 11000100 | 1001010 | 1011110 | 0 | 111110 | 10111 | 10001100 | 1011000 | 101001 |
Color Harmonies of #0CC44A
Complementary color
Monochromatic Colors of #0CC44A
Black with #0CC44A
Text Example
Text Example
White with #0CC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC44A; }
p { color: rgb(12,196,74); }
H1.HeaderClassName
{
color: #0CC44A;
}
.AnyTagClassName
{
color: #0CC44A;
}
</style>
background-color css
<style>
a { background-color: #0CC44A; }
a { background-color: rgb(12,196,74); }
div.DivClassName
{
background-color: #0CC44A;
}
.BgClassName
{
background-color: #0CC44A;
}
</style>
border-color css
<style>
span { border-color: #0CC44A; }
span { border-color: rgb(12,196,74); }
td.TdClassName
{
border-color: #0CC44A;
}
.TagClassName
{
border-color: #0CC44A;
}
</style>