Shades of Free Speech Green #06EC04
Tints of Free Speech Green #06EC04
RGB
CMYK
RGB Variations
Color information
#06EC04 (or 0x06EC04) is known color: Free Speech Green. HEX triplet: 06, EC and 04. RGB value is (6,236,4). Sum of RGB (Red+Green+Blue) = 6+236+4=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 236 (92.58% from 255 or 95.93% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 236 - color contains mainly: green. Hex color #06EC04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06EC04 is #F913FB. Grayscale: #8D8D8D. Windows color (decimal): -16323580 or 322566. OLE color: 322566.
HSL color Cylindrical-coordinate representation of color #06EC04: hue angle of 119.48º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06EC04 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 236 | 4 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.07 |
| HSL | 119.48º | 0.97% | 0.47% | - |
| HSV(B) | 119.48º | 0.98% | 0.93% | - |
| XYZ | 30.09 | 60.04 | 10.12 | - |
| YUV | 140.78 | 50.8 | 31.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 236 | 4 | 0.97 | 0 | 0.98 | 0.07 | 119.48 | 0.97 | 0.47 |
| Hex | 6 | EC | 4 | 61 | 0 | 62 | 7 | 77 | 61 | 2F |
| Octal | 6 | 354 | 4 | 141 | 0 | 142 | 7 | 167 | 141 | 57 |
| Binary | 110 | 11101100 | 100 | 1100001 | 0 | 1100010 | 111 | 1110111 | 1100001 | 101111 |
Color Harmonies of #06EC04
Complementary color
Monochromatic Colors of #06EC04
Black with #06EC04
Text Example
Text Example
White with #06EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EC04; }
p { color: rgb(6,236,4); }
H1.HeaderClassName
{
color: #06EC04;
}
.AnyTagClassName
{
color: #06EC04;
}
</style>
background-color css
<style>
a { background-color: #06EC04; }
a { background-color: rgb(6,236,4); }
div.DivClassName
{
background-color: #06EC04;
}
.BgClassName
{
background-color: #06EC04;
}
</style>
border-color css
<style>
span { border-color: #06EC04; }
span { border-color: rgb(6,236,4); }
td.TdClassName
{
border-color: #06EC04;
}
.TagClassName
{
border-color: #06EC04;
}
</style>