Shades of Free Speech Green #06E120
Tints of Free Speech Green #06E120
RGB
CMYK
RGB Variations
Color information
#06E120 (or 0x06E120) is known color: Free Speech Green. HEX triplet: 06, E1 and 20. RGB value is (6,225,32). Sum of RGB (Red+Green+Blue) = 6+225+32=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 225 (88.28% from 255 or 85.55% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 225 - color contains mainly: green. Hex color #06E120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E120 is #F91EDF. Grayscale: #8A8A8A. Windows color (decimal): -16326368 or 2154758. OLE color: 2154758.
HSL color Cylindrical-coordinate representation of color #06E120: hue angle of 127.12º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E120 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 225 | 32 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.12 |
| HSL | 127.12º | 0.95% | 0.45% | - |
| HSV(B) | 127.12º | 0.97% | 0.88% | - |
| XYZ | 27.26 | 53.99 | 10.35 | - |
| YUV | 137.52 | 68.45 | 34.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 225 | 32 | 0.97 | 0 | 0.86 | 0.12 | 127.12 | 0.95 | 0.45 |
| Hex | 6 | E1 | 20 | 61 | 0 | 56 | C | 7F | 5F | 2D |
| Octal | 6 | 341 | 40 | 141 | 0 | 126 | 14 | 177 | 137 | 55 |
| Binary | 110 | 11100001 | 100000 | 1100001 | 0 | 1010110 | 1100 | 1111111 | 1011111 | 101101 |
Color Harmonies of #06E120
Complementary color
Monochromatic Colors of #06E120
Black with #06E120
Text Example
Text Example
White with #06E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E120; }
p { color: rgb(6,225,32); }
H1.HeaderClassName
{
color: #06E120;
}
.AnyTagClassName
{
color: #06E120;
}
</style>
background-color css
<style>
a { background-color: #06E120; }
a { background-color: rgb(6,225,32); }
div.DivClassName
{
background-color: #06E120;
}
.BgClassName
{
background-color: #06E120;
}
</style>
border-color css
<style>
span { border-color: #06E120; }
span { border-color: rgb(6,225,32); }
td.TdClassName
{
border-color: #06E120;
}
.TagClassName
{
border-color: #06E120;
}
</style>