Shades of Dark Pastel Green #06C13C
Tints of Dark Pastel Green #06C13C
RGB
CMYK
RGB Variations
Color information
#06C13C (or 0x06C13C) is known color: Dark Pastel Green. HEX triplet: 06, C1 and 3C. RGB value is (6,193,60). Sum of RGB (Red+Green+Blue) = 6+193+60=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 193 (75.78% from 255 or 74.52% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 193 - color contains mainly: green. Hex color #06C13C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C13C is #F93EC3. Grayscale: #7A7A7A. Windows color (decimal): -16334532 or 3981574. OLE color: 3981574.
HSL color Cylindrical-coordinate representation of color #06C13C: hue angle of 137.33º 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 #06C13C is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 60 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.24 |
| HSL | 137.33º | 0.94% | 0.39% | - |
| HSV(B) | 137.33º | 0.97% | 0.76% | - |
| XYZ | 19.96 | 38.5 | 10.66 | - |
| YUV | 121.93 | 93.05 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 60 | 0.97 | 0 | 0.69 | 0.24 | 137.33 | 0.94 | 0.39 |
| Hex | 6 | C1 | 3C | 61 | 0 | 45 | 18 | 89 | 5E | 27 |
| Octal | 6 | 301 | 74 | 141 | 0 | 105 | 30 | 211 | 136 | 47 |
| Binary | 110 | 11000001 | 111100 | 1100001 | 0 | 1000101 | 11000 | 10001001 | 1011110 | 100111 |
Color Harmonies of #06C13C
Complementary color
Monochromatic Colors of #06C13C
Black with #06C13C
Text Example
Text Example
White with #06C13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C13C; }
p { color: rgb(6,193,60); }
H1.HeaderClassName
{
color: #06C13C;
}
.AnyTagClassName
{
color: #06C13C;
}
</style>
background-color css
<style>
a { background-color: #06C13C; }
a { background-color: rgb(6,193,60); }
div.DivClassName
{
background-color: #06C13C;
}
.BgClassName
{
background-color: #06C13C;
}
</style>
border-color css
<style>
span { border-color: #06C13C; }
span { border-color: rgb(6,193,60); }
td.TdClassName
{
border-color: #06C13C;
}
.TagClassName
{
border-color: #06C13C;
}
</style>