Shades of Dark Pastel Green #00C446
Tints of Dark Pastel Green #00C446
RGB
CMYK
RGB Variations
Color information
#00C446 (or 0x00C446) is known color: Dark Pastel Green. HEX triplet: 00, C4 and 46. RGB value is (0,196,70). Sum of RGB (Red+Green+Blue) = 0+196+70=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 196 (76.95% from 255 or 73.68% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 196 - color contains mainly: green. Hex color #00C446 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C446 is #FF3BB9. Grayscale: #7B7B7B. Windows color (decimal): -16726970 or 4637696. OLE color: 4637696.
HSL color Cylindrical-coordinate representation of color #00C446: hue angle of 141.43º 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 #00C446 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 196 | 70 | - |
| CMYK | 1 | 0 | 0.64 | 0.23 |
| HSL | 141.43º | 1% | 0.38% | - |
| HSV(B) | 141.43º | 1% | 0.77% | - |
| XYZ | 20.85 | 39.92 | 12.4 | - |
| YUV | 123.03 | 98.07 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 70 | 1 | 0 | 0.64 | 0.23 | 141.43 | 1 | 0.38 |
| Hex | 0 | C4 | 46 | 64 | 0 | 40 | 17 | 8D | 64 | 26 |
| Octal | 0 | 304 | 106 | 144 | 0 | 100 | 27 | 215 | 144 | 46 |
| Binary | 0 | 11000100 | 1000110 | 1100100 | 0 | 1000000 | 10111 | 10001101 | 1100100 | 100110 |
Color Harmonies of #00C446
Complementary color
Monochromatic Colors of #00C446
Black with #00C446
Text Example
Text Example
White with #00C446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C446; }
p { color: rgb(0,196,70); }
H1.HeaderClassName
{
color: #00C446;
}
.AnyTagClassName
{
color: #00C446;
}
</style>
background-color css
<style>
a { background-color: #00C446; }
a { background-color: rgb(0,196,70); }
div.DivClassName
{
background-color: #00C446;
}
.BgClassName
{
background-color: #00C446;
}
</style>
border-color css
<style>
span { border-color: #00C446; }
span { border-color: rgb(0,196,70); }
td.TdClassName
{
border-color: #00C446;
}
.TagClassName
{
border-color: #00C446;
}
</style>