Shades of Dark Pastel Green #06C624
Tints of Dark Pastel Green #06C624
RGB
CMYK
RGB Variations
Color information
#06C624 (or 0x06C624) is known color: Dark Pastel Green. HEX triplet: 06, C6 and 24. RGB value is (6,198,36). Sum of RGB (Red+Green+Blue) = 6+198+36=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 198 (77.73% from 255 or 82.5% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 198 - color contains mainly: green. Hex color #06C624 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C624 is #F939DB. Grayscale: #7A7A7A. Windows color (decimal): -16333276 or 2409990. OLE color: 2409990.
HSL color Cylindrical-coordinate representation of color #06C624: hue angle of 129.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C624 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 198 | 36 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.22 |
| HSL | 129.38º | 0.94% | 0.4% | - |
| HSV(B) | 129.38º | 0.97% | 0.78% | - |
| XYZ | 20.59 | 40.55 | 8.41 | - |
| YUV | 122.12 | 79.39 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 198 | 36 | 0.97 | 0 | 0.82 | 0.22 | 129.38 | 0.94 | 0.4 |
| Hex | 6 | C6 | 24 | 61 | 0 | 52 | 16 | 81 | 5E | 28 |
| Octal | 6 | 306 | 44 | 141 | 0 | 122 | 26 | 201 | 136 | 50 |
| Binary | 110 | 11000110 | 100100 | 1100001 | 0 | 1010010 | 10110 | 10000001 | 1011110 | 101000 |
Color Harmonies of #06C624
Complementary color
Monochromatic Colors of #06C624
Black with #06C624
Text Example
Text Example
White with #06C624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C624; }
p { color: rgb(6,198,36); }
H1.HeaderClassName
{
color: #06C624;
}
.AnyTagClassName
{
color: #06C624;
}
</style>
background-color css
<style>
a { background-color: #06C624; }
a { background-color: rgb(6,198,36); }
div.DivClassName
{
background-color: #06C624;
}
.BgClassName
{
background-color: #06C624;
}
</style>
border-color css
<style>
span { border-color: #06C624; }
span { border-color: rgb(6,198,36); }
td.TdClassName
{
border-color: #06C624;
}
.TagClassName
{
border-color: #06C624;
}
</style>