Shades of Free Speech Green #06DC1E
Tints of Free Speech Green #06DC1E
RGB
CMYK
RGB Variations
Color information
#06DC1E (or 0x06DC1E) is known color: Free Speech Green. HEX triplet: 06, DC and 1E. RGB value is (6,220,30). Sum of RGB (Red+Green+Blue) = 6+220+30=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 220 (86.33% from 255 or 85.94% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DC1E is #F923E1. Grayscale: #868686. Windows color (decimal): -16327650 or 2022406. OLE color: 2022406.
HSL color Cylindrical-coordinate representation of color #06DC1E: hue angle of 126.73º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DC1E is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 30 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.14 |
| HSL | 126.73º | 0.95% | 0.44% | - |
| HSV(B) | 126.73º | 0.97% | 0.86% | - |
| XYZ | 25.9 | 51.32 | 9.77 | - |
| YUV | 134.35 | 69.1 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 30 | 0.97 | 0 | 0.86 | 0.14 | 126.73 | 0.95 | 0.44 |
| Hex | 6 | DC | 1E | 61 | 0 | 56 | E | 7F | 5F | 2C |
| Octal | 6 | 334 | 36 | 141 | 0 | 126 | 16 | 177 | 137 | 54 |
| Binary | 110 | 11011100 | 11110 | 1100001 | 0 | 1010110 | 1110 | 1111111 | 1011111 | 101100 |
Color Harmonies of #06DC1E
Complementary color
Monochromatic Colors of #06DC1E
Black with #06DC1E
Text Example
Text Example
White with #06DC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DC1E; }
p { color: rgb(6,220,30); }
H1.HeaderClassName
{
color: #06DC1E;
}
.AnyTagClassName
{
color: #06DC1E;
}
</style>
background-color css
<style>
a { background-color: #06DC1E; }
a { background-color: rgb(6,220,30); }
div.DivClassName
{
background-color: #06DC1E;
}
.BgClassName
{
background-color: #06DC1E;
}
</style>
border-color css
<style>
span { border-color: #06DC1E; }
span { border-color: rgb(6,220,30); }
td.TdClassName
{
border-color: #06DC1E;
}
.TagClassName
{
border-color: #06DC1E;
}
</style>