Shades of Dark Pastel Green #00C44C
Tints of Dark Pastel Green #00C44C
RGB
CMYK
RGB Variations
Color information
#00C44C (or 0x00C44C) is known color: Dark Pastel Green. HEX triplet: 00, C4 and 4C. RGB value is (0,196,76). Sum of RGB (Red+Green+Blue) = 0+196+76=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 196 (76.95% from 255 or 72.06% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 196 - color contains mainly: green. Hex color #00C44C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C44C is #FF3BB3. Grayscale: #7C7C7C. Windows color (decimal): -16726964 or 5030912. OLE color: 5030912.
HSL color Cylindrical-coordinate representation of color #00C44C: hue angle of 143.27º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C44C is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 196 | 76 | - |
| CMYK | 1 | 0 | 0.61 | 0.23 |
| HSL | 143.27º | 1% | 0.38% | - |
| HSV(B) | 143.27º | 1% | 0.77% | - |
| XYZ | 21.04 | 40 | 13.45 | - |
| YUV | 123.72 | 101.07 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 76 | 1 | 0 | 0.61 | 0.23 | 143.27 | 1 | 0.38 |
| Hex | 0 | C4 | 4C | 64 | 0 | 3D | 17 | 8F | 64 | 26 |
| Octal | 0 | 304 | 114 | 144 | 0 | 75 | 27 | 217 | 144 | 46 |
| Binary | 0 | 11000100 | 1001100 | 1100100 | 0 | 111101 | 10111 | 10001111 | 1100100 | 100110 |
Color Harmonies of #00C44C
Complementary color
Monochromatic Colors of #00C44C
Black with #00C44C
Text Example
Text Example
White with #00C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C44C; }
p { color: rgb(0,196,76); }
H1.HeaderClassName
{
color: #00C44C;
}
.AnyTagClassName
{
color: #00C44C;
}
</style>
background-color css
<style>
a { background-color: #00C44C; }
a { background-color: rgb(0,196,76); }
div.DivClassName
{
background-color: #00C44C;
}
.BgClassName
{
background-color: #00C44C;
}
</style>
border-color css
<style>
span { border-color: #00C44C; }
span { border-color: rgb(0,196,76); }
td.TdClassName
{
border-color: #00C44C;
}
.TagClassName
{
border-color: #00C44C;
}
</style>