Shades of Dark Pastel Green #06C94A
Tints of Dark Pastel Green #06C94A
RGB
CMYK
RGB Variations
Color information
#06C94A (or 0x06C94A) is known color: Dark Pastel Green. HEX triplet: 06, C9 and 4A. RGB value is (6,201,74). Sum of RGB (Red+Green+Blue) = 6+201+74=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #06C94A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C94A is #F936B5. Grayscale: #808080. Windows color (decimal): -16332470 or 4901126. OLE color: 4901126.
HSL color Cylindrical-coordinate representation of color #06C94A: hue angle of 140.92º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C94A is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 201 | 74 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.21 |
| HSL | 140.92º | 0.94% | 0.41% | - |
| HSV(B) | 140.92º | 0.97% | 0.79% | - |
| XYZ | 22.2 | 42.31 | 13.47 | - |
| YUV | 128.22 | 97.4 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 201 | 74 | 0.97 | 0 | 0.63 | 0.21 | 140.92 | 0.94 | 0.41 |
| Hex | 6 | C9 | 4A | 61 | 0 | 3F | 15 | 8D | 5E | 29 |
| Octal | 6 | 311 | 112 | 141 | 0 | 77 | 25 | 215 | 136 | 51 |
| Binary | 110 | 11001001 | 1001010 | 1100001 | 0 | 111111 | 10101 | 10001101 | 1011110 | 101001 |
Color Harmonies of #06C94A
Complementary color
Monochromatic Colors of #06C94A
Black with #06C94A
Text Example
Text Example
White with #06C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C94A; }
p { color: rgb(6,201,74); }
H1.HeaderClassName
{
color: #06C94A;
}
.AnyTagClassName
{
color: #06C94A;
}
</style>
background-color css
<style>
a { background-color: #06C94A; }
a { background-color: rgb(6,201,74); }
div.DivClassName
{
background-color: #06C94A;
}
.BgClassName
{
background-color: #06C94A;
}
</style>
border-color css
<style>
span { border-color: #06C94A; }
span { border-color: rgb(6,201,74); }
td.TdClassName
{
border-color: #06C94A;
}
.TagClassName
{
border-color: #06C94A;
}
</style>