Shades of Free Speech Green #06E622
Tints of Free Speech Green #06E622
RGB
CMYK
RGB Variations
Color information
#06E622 (or 0x06E622) is known color: Free Speech Green. HEX triplet: 06, E6 and 22. RGB value is (6,230,34). Sum of RGB (Red+Green+Blue) = 6+230+34=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 230 (90.23% from 255 or 85.19% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 230 - color contains mainly: green. Hex color #06E622 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06E622 is #F919DD. Grayscale: #8D8D8D. Windows color (decimal): -16325086 or 2287110. OLE color: 2287110.
HSL color Cylindrical-coordinate representation of color #06E622: hue angle of 127.5º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E622 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 230 | 34 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.10 |
| HSL | 127.5º | 0.95% | 0.46% | - |
| HSV(B) | 127.5º | 0.97% | 0.9% | - |
| XYZ | 28.66 | 56.75 | 10.96 | - |
| YUV | 140.68 | 67.79 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 230 | 34 | 0.97 | 0 | 0.85 | 0.10 | 127.5 | 0.95 | 0.46 |
| Hex | 6 | E6 | 22 | 61 | 0 | 55 | A | 80 | 5F | 2E |
| Octal | 6 | 346 | 42 | 141 | 0 | 125 | 12 | 200 | 137 | 56 |
| Binary | 110 | 11100110 | 100010 | 1100001 | 0 | 1010101 | 1010 | 10000000 | 1011111 | 101110 |
Color Harmonies of #06E622
Complementary color
Monochromatic Colors of #06E622
Black with #06E622
Text Example
Text Example
White with #06E622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E622; }
p { color: rgb(6,230,34); }
H1.HeaderClassName
{
color: #06E622;
}
.AnyTagClassName
{
color: #06E622;
}
</style>
background-color css
<style>
a { background-color: #06E622; }
a { background-color: rgb(6,230,34); }
div.DivClassName
{
background-color: #06E622;
}
.BgClassName
{
background-color: #06E622;
}
</style>
border-color css
<style>
span { border-color: #06E622; }
span { border-color: rgb(6,230,34); }
td.TdClassName
{
border-color: #06E622;
}
.TagClassName
{
border-color: #06E622;
}
</style>