Shades of Dark Pastel Green #00C64A
Tints of Dark Pastel Green #00C64A
RGB
CMYK
RGB Variations
Color information
#00C64A (or 0x00C64A) is known color: Dark Pastel Green. HEX triplet: 00, C6 and 4A. RGB value is (0,198,74). Sum of RGB (Red+Green+Blue) = 0+198+74=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 198 (77.73% from 255 or 72.79% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 198 - color contains mainly: green. Hex color #00C64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C64A is #FF39B5. Grayscale: #7C7C7C. Windows color (decimal): -16726454 or 4900352. OLE color: 4900352.
HSL color Cylindrical-coordinate representation of color #00C64A: hue angle of 142.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C64A is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 198 | 74 | - |
| CMYK | 1 | 0 | 0.63 | 0.22 |
| HSL | 142.42º | 1% | 0.39% | - |
| HSV(B) | 142.42º | 1% | 0.78% | - |
| XYZ | 21.43 | 40.88 | 13.24 | - |
| YUV | 124.66 | 99.4 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 198 | 74 | 1 | 0 | 0.63 | 0.22 | 142.42 | 1 | 0.39 |
| Hex | 0 | C6 | 4A | 64 | 0 | 3F | 16 | 8E | 64 | 27 |
| Octal | 0 | 306 | 112 | 144 | 0 | 77 | 26 | 216 | 144 | 47 |
| Binary | 0 | 11000110 | 1001010 | 1100100 | 0 | 111111 | 10110 | 10001110 | 1100100 | 100111 |
Color Harmonies of #00C64A
Complementary color
Monochromatic Colors of #00C64A
Black with #00C64A
Text Example
Text Example
White with #00C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C64A; }
p { color: rgb(0,198,74); }
H1.HeaderClassName
{
color: #00C64A;
}
.AnyTagClassName
{
color: #00C64A;
}
</style>
background-color css
<style>
a { background-color: #00C64A; }
a { background-color: rgb(0,198,74); }
div.DivClassName
{
background-color: #00C64A;
}
.BgClassName
{
background-color: #00C64A;
}
</style>
border-color css
<style>
span { border-color: #00C64A; }
span { border-color: rgb(0,198,74); }
td.TdClassName
{
border-color: #00C64A;
}
.TagClassName
{
border-color: #00C64A;
}
</style>