Shades of Dark Pastel Green #06C814
Tints of Dark Pastel Green #06C814
RGB
CMYK
RGB Variations
Color information
#06C814 (or 0x06C814) is known color: Dark Pastel Green. HEX triplet: 06, C8 and 14. RGB value is (6,200,20). Sum of RGB (Red+Green+Blue) = 6+200+20=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 200 (78.52% from 255 or 88.50% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 200 - color contains mainly: green. Hex color #06C814 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C814 is #F937EB. Grayscale: #7A7A7A. Windows color (decimal): -16332780 or 1361926. OLE color: 1361926.
HSL color Cylindrical-coordinate representation of color #06C814: hue angle of 124.33º 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 #06C814 is Cyan = 0.97, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 200 | 20 | - |
| CMYK | 0.97 | 0 | 0.9 | 0.22 |
| HSL | 124.33º | 0.94% | 0.4% | - |
| HSV(B) | 124.33º | 0.97% | 0.78% | - |
| XYZ | 20.86 | 41.4 | 7.55 | - |
| YUV | 121.47 | 70.73 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 200 | 20 | 0.97 | 0 | 0.9 | 0.22 | 124.33 | 0.94 | 0.4 |
| Hex | 6 | C8 | 14 | 61 | 0 | 5A | 16 | 7C | 5E | 28 |
| Octal | 6 | 310 | 24 | 141 | 0 | 132 | 26 | 174 | 136 | 50 |
| Binary | 110 | 11001000 | 10100 | 1100001 | 0 | 1011010 | 10110 | 1111100 | 1011110 | 101000 |
Color Harmonies of #06C814
Complementary color
Monochromatic Colors of #06C814
Black with #06C814
Text Example
Text Example
White with #06C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C814; }
p { color: rgb(6,200,20); }
H1.HeaderClassName
{
color: #06C814;
}
.AnyTagClassName
{
color: #06C814;
}
</style>
background-color css
<style>
a { background-color: #06C814; }
a { background-color: rgb(6,200,20); }
div.DivClassName
{
background-color: #06C814;
}
.BgClassName
{
background-color: #06C814;
}
</style>
border-color css
<style>
span { border-color: #06C814; }
span { border-color: rgb(6,200,20); }
td.TdClassName
{
border-color: #06C814;
}
.TagClassName
{
border-color: #06C814;
}
</style>