Shades of Free Speech Green #06E320
Tints of Free Speech Green #06E320
RGB
CMYK
RGB Variations
Color information
#06E320 (or 0x06E320) is known color: Free Speech Green. HEX triplet: 06, E3 and 20. RGB value is (6,227,32). Sum of RGB (Red+Green+Blue) = 6+227+32=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 227 (89.06% from 255 or 85.66% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 227 - color contains mainly: green. Hex color #06E320 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E320 is #F91CDF. Grayscale: #8B8B8B. Windows color (decimal): -16325856 or 2155270. OLE color: 2155270.
HSL color Cylindrical-coordinate representation of color #06E320: hue angle of 127.06º 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 #06E320 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 227 | 32 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.11 |
| HSL | 127.06º | 0.95% | 0.46% | - |
| HSV(B) | 127.06º | 0.97% | 0.89% | - |
| XYZ | 27.8 | 55.08 | 10.53 | - |
| YUV | 138.69 | 67.78 | 33.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 32 | 0.97 | 0 | 0.86 | 0.11 | 127.06 | 0.95 | 0.46 |
| Hex | 6 | E3 | 20 | 61 | 0 | 56 | B | 7F | 5F | 2E |
| Octal | 6 | 343 | 40 | 141 | 0 | 126 | 13 | 177 | 137 | 56 |
| Binary | 110 | 11100011 | 100000 | 1100001 | 0 | 1010110 | 1011 | 1111111 | 1011111 | 101110 |
Color Harmonies of #06E320
Complementary color
Monochromatic Colors of #06E320
Black with #06E320
Text Example
Text Example
White with #06E320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E320; }
p { color: rgb(6,227,32); }
H1.HeaderClassName
{
color: #06E320;
}
.AnyTagClassName
{
color: #06E320;
}
</style>
background-color css
<style>
a { background-color: #06E320; }
a { background-color: rgb(6,227,32); }
div.DivClassName
{
background-color: #06E320;
}
.BgClassName
{
background-color: #06E320;
}
</style>
border-color css
<style>
span { border-color: #06E320; }
span { border-color: rgb(6,227,32); }
td.TdClassName
{
border-color: #06E320;
}
.TagClassName
{
border-color: #06E320;
}
</style>