Shades of Dark Pastel Green #00C11E
Tints of Dark Pastel Green #00C11E
RGB
CMYK
RGB Variations
Color information
#00C11E (or 0x00C11E) is known color: Dark Pastel Green. HEX triplet: 00, C1 and 1E. RGB value is (0,193,30). Sum of RGB (Red+Green+Blue) = 0+193+30=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 193 (75.78% from 255 or 86.55% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 193 - color contains mainly: green. Hex color #00C11E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C11E is #FF3EE1. Grayscale: #757575. Windows color (decimal): -16727778 or 2015488. OLE color: 2015488.
HSL color Cylindrical-coordinate representation of color #00C11E: hue angle of 129.33º 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 #00C11E is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 193 | 30 | - |
| CMYK | 1 | 0 | 0.84 | 0.24 |
| HSL | 129.33º | 1% | 0.38% | - |
| HSV(B) | 129.33º | 1% | 0.76% | - |
| XYZ | 19.3 | 38.23 | 7.59 | - |
| YUV | 116.71 | 79.06 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 193 | 30 | 1 | 0 | 0.84 | 0.24 | 129.33 | 1 | 0.38 |
| Hex | 0 | C1 | 1E | 64 | 0 | 54 | 18 | 81 | 64 | 26 |
| Octal | 0 | 301 | 36 | 144 | 0 | 124 | 30 | 201 | 144 | 46 |
| Binary | 0 | 11000001 | 11110 | 1100100 | 0 | 1010100 | 11000 | 10000001 | 1100100 | 100110 |
Color Harmonies of #00C11E
Complementary color
Monochromatic Colors of #00C11E
Black with #00C11E
Text Example
Text Example
White with #00C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C11E; }
p { color: rgb(0,193,30); }
H1.HeaderClassName
{
color: #00C11E;
}
.AnyTagClassName
{
color: #00C11E;
}
</style>
background-color css
<style>
a { background-color: #00C11E; }
a { background-color: rgb(0,193,30); }
div.DivClassName
{
background-color: #00C11E;
}
.BgClassName
{
background-color: #00C11E;
}
</style>
border-color css
<style>
span { border-color: #00C11E; }
span { border-color: rgb(0,193,30); }
td.TdClassName
{
border-color: #00C11E;
}
.TagClassName
{
border-color: #00C11E;
}
</style>