Shades of Dark Pastel Green #06C04A
Tints of Dark Pastel Green #06C04A
RGB
CMYK
RGB Variations
Color information
#06C04A (or 0x06C04A) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 4A. RGB value is (6,192,74). Sum of RGB (Red+Green+Blue) = 6+192+74=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #06C04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C04A is #F93FB5. Grayscale: #7B7B7B. Windows color (decimal): -16334774 or 4898822. OLE color: 4898822.
HSL color Cylindrical-coordinate representation of color #06C04A: hue angle of 141.94º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C04A is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 74 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.25 |
| HSL | 141.94º | 0.94% | 0.39% | - |
| HSV(B) | 141.94º | 0.97% | 0.75% | - |
| XYZ | 20.16 | 38.23 | 12.8 | - |
| YUV | 122.93 | 100.38 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 74 | 0.97 | 0 | 0.61 | 0.25 | 141.94 | 0.94 | 0.39 |
| Hex | 6 | C0 | 4A | 61 | 0 | 3D | 19 | 8E | 5E | 27 |
| Octal | 6 | 300 | 112 | 141 | 0 | 75 | 31 | 216 | 136 | 47 |
| Binary | 110 | 11000000 | 1001010 | 1100001 | 0 | 111101 | 11001 | 10001110 | 1011110 | 100111 |
Color Harmonies of #06C04A
Complementary color
Monochromatic Colors of #06C04A
Black with #06C04A
Text Example
Text Example
White with #06C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C04A; }
p { color: rgb(6,192,74); }
H1.HeaderClassName
{
color: #06C04A;
}
.AnyTagClassName
{
color: #06C04A;
}
</style>
background-color css
<style>
a { background-color: #06C04A; }
a { background-color: rgb(6,192,74); }
div.DivClassName
{
background-color: #06C04A;
}
.BgClassName
{
background-color: #06C04A;
}
</style>
border-color css
<style>
span { border-color: #06C04A; }
span { border-color: rgb(6,192,74); }
td.TdClassName
{
border-color: #06C04A;
}
.TagClassName
{
border-color: #06C04A;
}
</style>