Shades of Free Speech Green #06E322
Tints of Free Speech Green #06E322
RGB
CMYK
RGB Variations
Color information
#06E322 (or 0x06E322) is known color: Free Speech Green. HEX triplet: 06, E3 and 22. RGB value is (6,227,34). Sum of RGB (Red+Green+Blue) = 6+227+34=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 227 (89.06% from 255 or 85.02% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 227 - color contains mainly: green. Hex color #06E322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E322 is #F91CDD. Grayscale: #8B8B8B. Windows color (decimal): -16325854 or 2286342. OLE color: 2286342.
HSL color Cylindrical-coordinate representation of color #06E322: hue angle of 127.6º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E322 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 227 | 34 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.11 |
| HSL | 127.6º | 0.95% | 0.46% | - |
| HSV(B) | 127.6º | 0.97% | 0.89% | - |
| XYZ | 27.83 | 55.09 | 10.68 | - |
| YUV | 138.92 | 68.78 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 34 | 0.97 | 0 | 0.85 | 0.11 | 127.6 | 0.95 | 0.46 |
| Hex | 6 | E3 | 22 | 61 | 0 | 55 | B | 80 | 5F | 2E |
| Octal | 6 | 343 | 42 | 141 | 0 | 125 | 13 | 200 | 137 | 56 |
| Binary | 110 | 11100011 | 100010 | 1100001 | 0 | 1010101 | 1011 | 10000000 | 1011111 | 101110 |
Color Harmonies of #06E322
Complementary color
Monochromatic Colors of #06E322
Black with #06E322
Text Example
Text Example
White with #06E322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E322; }
p { color: rgb(6,227,34); }
H1.HeaderClassName
{
color: #06E322;
}
.AnyTagClassName
{
color: #06E322;
}
</style>
background-color css
<style>
a { background-color: #06E322; }
a { background-color: rgb(6,227,34); }
div.DivClassName
{
background-color: #06E322;
}
.BgClassName
{
background-color: #06E322;
}
</style>
border-color css
<style>
span { border-color: #06E322; }
span { border-color: rgb(6,227,34); }
td.TdClassName
{
border-color: #06E322;
}
.TagClassName
{
border-color: #06E322;
}
</style>