Shades of Free Speech Green #06E30C
Tints of Free Speech Green #06E30C
RGB
CMYK
RGB Variations
Color information
#06E30C (or 0x06E30C) is known color: Free Speech Green. HEX triplet: 06, E3 and 0C. RGB value is (6,227,12). Sum of RGB (Red+Green+Blue) = 6+227+12=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 227 (89.06% from 255 or 92.65% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 227 - color contains mainly: green. Hex color #06E30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E30C is #F91CF3. Grayscale: #898989. Windows color (decimal): -16325876 or 844550. OLE color: 844550.
HSL color Cylindrical-coordinate representation of color #06E30C: hue angle of 121.63º 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 #06E30C is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 227 | 12 | - |
| CMYK | 0.97 | 0 | 0.95 | 0.11 |
| HSL | 121.63º | 0.95% | 0.46% | - |
| HSV(B) | 121.63º | 0.97% | 0.89% | - |
| XYZ | 27.61 | 55 | 9.51 | - |
| YUV | 136.41 | 57.78 | 34.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 12 | 0.97 | 0 | 0.95 | 0.11 | 121.63 | 0.95 | 0.46 |
| Hex | 6 | E3 | C | 61 | 0 | 5F | B | 7A | 5F | 2E |
| Octal | 6 | 343 | 14 | 141 | 0 | 137 | 13 | 172 | 137 | 56 |
| Binary | 110 | 11100011 | 1100 | 1100001 | 0 | 1011111 | 1011 | 1111010 | 1011111 | 101110 |
Color Harmonies of #06E30C
Complementary color
Monochromatic Colors of #06E30C
Black with #06E30C
Text Example
Text Example
White with #06E30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E30C; }
p { color: rgb(6,227,12); }
H1.HeaderClassName
{
color: #06E30C;
}
.AnyTagClassName
{
color: #06E30C;
}
</style>
background-color css
<style>
a { background-color: #06E30C; }
a { background-color: rgb(6,227,12); }
div.DivClassName
{
background-color: #06E30C;
}
.BgClassName
{
background-color: #06E30C;
}
</style>
border-color css
<style>
span { border-color: #06E30C; }
span { border-color: rgb(6,227,12); }
td.TdClassName
{
border-color: #06E30C;
}
.TagClassName
{
border-color: #06E30C;
}
</style>