Shades of Dark Pastel Green #06C120
Tints of Dark Pastel Green #06C120
RGB
CMYK
RGB Variations
Color information
#06C120 (or 0x06C120) is known color: Dark Pastel Green. HEX triplet: 06, C1 and 20. RGB value is (6,193,32). Sum of RGB (Red+Green+Blue) = 6+193+32=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 193 (75.78% from 255 or 83.55% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 193 - color contains mainly: green. Hex color #06C120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C120 is #F93EDF. Grayscale: #777777. Windows color (decimal): -16334560 or 2146566. OLE color: 2146566.
HSL color Cylindrical-coordinate representation of color #06C120: hue angle of 128.34º 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 #06C120 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 32 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.24 |
| HSL | 128.34º | 0.94% | 0.39% | - |
| HSV(B) | 128.34º | 0.97% | 0.76% | - |
| XYZ | 19.41 | 38.28 | 7.73 | - |
| YUV | 118.73 | 79.05 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 32 | 0.97 | 0 | 0.83 | 0.24 | 128.34 | 0.94 | 0.39 |
| Hex | 6 | C1 | 20 | 61 | 0 | 53 | 18 | 80 | 5E | 27 |
| Octal | 6 | 301 | 40 | 141 | 0 | 123 | 30 | 200 | 136 | 47 |
| Binary | 110 | 11000001 | 100000 | 1100001 | 0 | 1010011 | 11000 | 10000000 | 1011110 | 100111 |
Color Harmonies of #06C120
Complementary color
Monochromatic Colors of #06C120
Black with #06C120
Text Example
Text Example
White with #06C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C120; }
p { color: rgb(6,193,32); }
H1.HeaderClassName
{
color: #06C120;
}
.AnyTagClassName
{
color: #06C120;
}
</style>
background-color css
<style>
a { background-color: #06C120; }
a { background-color: rgb(6,193,32); }
div.DivClassName
{
background-color: #06C120;
}
.BgClassName
{
background-color: #06C120;
}
</style>
border-color css
<style>
span { border-color: #06C120; }
span { border-color: rgb(6,193,32); }
td.TdClassName
{
border-color: #06C120;
}
.TagClassName
{
border-color: #06C120;
}
</style>