Shades of Dark Pastel Green #00C34A
Tints of Dark Pastel Green #00C34A
RGB
CMYK
RGB Variations
Color information
#00C34A (or 0x00C34A) is known color: Dark Pastel Green. HEX triplet: 00, C3 and 4A. RGB value is (0,195,74). Sum of RGB (Red+Green+Blue) = 0+195+74=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 195 (76.56% from 255 or 72.49% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 195 - color contains mainly: green. Hex color #00C34A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C34A is #FF3CB5. Grayscale: #7B7B7B. Windows color (decimal): -16727222 or 4899584. OLE color: 4899584.
HSL color Cylindrical-coordinate representation of color #00C34A: hue angle of 142.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C34A is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 74 | - |
| CMYK | 1 | 0 | 0.62 | 0.24 |
| HSL | 142.77º | 1% | 0.38% | - |
| HSV(B) | 142.77º | 1% | 0.76% | - |
| XYZ | 20.75 | 39.52 | 13.01 | - |
| YUV | 122.9 | 100.4 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 74 | 1 | 0 | 0.62 | 0.24 | 142.77 | 1 | 0.38 |
| Hex | 0 | C3 | 4A | 64 | 0 | 3E | 18 | 8F | 64 | 26 |
| Octal | 0 | 303 | 112 | 144 | 0 | 76 | 30 | 217 | 144 | 46 |
| Binary | 0 | 11000011 | 1001010 | 1100100 | 0 | 111110 | 11000 | 10001111 | 1100100 | 100110 |
Color Harmonies of #00C34A
Complementary color
Monochromatic Colors of #00C34A
Black with #00C34A
Text Example
Text Example
White with #00C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C34A; }
p { color: rgb(0,195,74); }
H1.HeaderClassName
{
color: #00C34A;
}
.AnyTagClassName
{
color: #00C34A;
}
</style>
background-color css
<style>
a { background-color: #00C34A; }
a { background-color: rgb(0,195,74); }
div.DivClassName
{
background-color: #00C34A;
}
.BgClassName
{
background-color: #00C34A;
}
</style>
border-color css
<style>
span { border-color: #00C34A; }
span { border-color: rgb(0,195,74); }
td.TdClassName
{
border-color: #00C34A;
}
.TagClassName
{
border-color: #00C34A;
}
</style>