Shades of Dark Pastel Green #06C119
Tints of Dark Pastel Green #06C119
RGB
CMYK
RGB Variations
Color information
#06C119 (or 0x06C119) is known color: Dark Pastel Green. HEX triplet: 06, C1 and 19. RGB value is (6,193,25). Sum of RGB (Red+Green+Blue) = 6+193+25=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 193 (75.78% from 255 or 86.16% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 193 - color contains mainly: green. Hex color #06C119 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C119 is #F93EE6. Grayscale: #767676. Windows color (decimal): -16334567 or 1687814. OLE color: 1687814.
HSL color Cylindrical-coordinate representation of color #06C119: hue angle of 126.1º 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 #06C119 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 25 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.24 |
| HSL | 126.1º | 0.94% | 0.39% | - |
| HSV(B) | 126.1º | 0.97% | 0.76% | - |
| XYZ | 19.32 | 38.25 | 7.28 | - |
| YUV | 117.94 | 75.55 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 25 | 0.97 | 0 | 0.87 | 0.24 | 126.1 | 0.94 | 0.39 |
| Hex | 6 | C1 | 19 | 61 | 0 | 57 | 18 | 7E | 5E | 27 |
| Octal | 6 | 301 | 31 | 141 | 0 | 127 | 30 | 176 | 136 | 47 |
| Binary | 110 | 11000001 | 11001 | 1100001 | 0 | 1010111 | 11000 | 1111110 | 1011110 | 100111 |
Color Harmonies of #06C119
Complementary color
Monochromatic Colors of #06C119
Black with #06C119
Text Example
Text Example
White with #06C119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C119; }
p { color: rgb(6,193,25); }
H1.HeaderClassName
{
color: #06C119;
}
.AnyTagClassName
{
color: #06C119;
}
</style>
background-color css
<style>
a { background-color: #06C119; }
a { background-color: rgb(6,193,25); }
div.DivClassName
{
background-color: #06C119;
}
.BgClassName
{
background-color: #06C119;
}
</style>
border-color css
<style>
span { border-color: #06C119; }
span { border-color: rgb(6,193,25); }
td.TdClassName
{
border-color: #06C119;
}
.TagClassName
{
border-color: #06C119;
}
</style>