Shades of Dark Pastel Green #06C12D
Tints of Dark Pastel Green #06C12D
RGB
CMYK
RGB Variations
Color information
#06C12D (or 0x06C12D) is known color: Dark Pastel Green. HEX triplet: 06, C1 and 2D. RGB value is (6,193,45). Sum of RGB (Red+Green+Blue) = 6+193+45=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 193 (75.78% from 255 or 79.10% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 193 - color contains mainly: green. Hex color #06C12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C12D is #F93ED2. Grayscale: #787878. Windows color (decimal): -16334547 or 2998534. OLE color: 2998534.
HSL color Cylindrical-coordinate representation of color #06C12D: hue angle of 132.51º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C12D is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 45 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.24 |
| HSL | 132.51º | 0.94% | 0.39% | - |
| HSV(B) | 132.51º | 0.97% | 0.76% | - |
| XYZ | 19.62 | 38.37 | 8.85 | - |
| YUV | 120.22 | 85.55 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 45 | 0.97 | 0 | 0.77 | 0.24 | 132.51 | 0.94 | 0.39 |
| Hex | 6 | C1 | 2D | 61 | 0 | 4D | 18 | 85 | 5E | 27 |
| Octal | 6 | 301 | 55 | 141 | 0 | 115 | 30 | 205 | 136 | 47 |
| Binary | 110 | 11000001 | 101101 | 1100001 | 0 | 1001101 | 11000 | 10000101 | 1011110 | 100111 |
Color Harmonies of #06C12D
Complementary color
Monochromatic Colors of #06C12D
Black with #06C12D
Text Example
Text Example
White with #06C12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C12D; }
p { color: rgb(6,193,45); }
H1.HeaderClassName
{
color: #06C12D;
}
.AnyTagClassName
{
color: #06C12D;
}
</style>
background-color css
<style>
a { background-color: #06C12D; }
a { background-color: rgb(6,193,45); }
div.DivClassName
{
background-color: #06C12D;
}
.BgClassName
{
background-color: #06C12D;
}
</style>
border-color css
<style>
span { border-color: #06C12D; }
span { border-color: rgb(6,193,45); }
td.TdClassName
{
border-color: #06C12D;
}
.TagClassName
{
border-color: #06C12D;
}
</style>