Shades of Free Speech Green #06E512
Tints of Free Speech Green #06E512
RGB
CMYK
RGB Variations
Color information
#06E512 (or 0x06E512) is known color: Free Speech Green. HEX triplet: 06, E5 and 12. RGB value is (6,229,18). Sum of RGB (Red+Green+Blue) = 6+229+18=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 229 (89.84% from 255 or 90.51% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 229 - color contains mainly: green. Hex color #06E512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E512 is #F91AED. Grayscale: #8A8A8A. Windows color (decimal): -16325358 or 1238278. OLE color: 1238278.
HSL color Cylindrical-coordinate representation of color #06E512: hue angle of 123.23º 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 #06E512 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 229 | 18 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.10 |
| HSL | 123.23º | 0.95% | 0.46% | - |
| HSV(B) | 123.23º | 0.97% | 0.9% | - |
| XYZ | 28.2 | 56.12 | 9.92 | - |
| YUV | 138.27 | 60.12 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 229 | 18 | 0.97 | 0 | 0.92 | 0.10 | 123.23 | 0.95 | 0.46 |
| Hex | 6 | E5 | 12 | 61 | 0 | 5C | A | 7B | 5F | 2E |
| Octal | 6 | 345 | 22 | 141 | 0 | 134 | 12 | 173 | 137 | 56 |
| Binary | 110 | 11100101 | 10010 | 1100001 | 0 | 1011100 | 1010 | 1111011 | 1011111 | 101110 |
Color Harmonies of #06E512
Complementary color
Monochromatic Colors of #06E512
Black with #06E512
Text Example
Text Example
White with #06E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E512; }
p { color: rgb(6,229,18); }
H1.HeaderClassName
{
color: #06E512;
}
.AnyTagClassName
{
color: #06E512;
}
</style>
background-color css
<style>
a { background-color: #06E512; }
a { background-color: rgb(6,229,18); }
div.DivClassName
{
background-color: #06E512;
}
.BgClassName
{
background-color: #06E512;
}
</style>
border-color css
<style>
span { border-color: #06E512; }
span { border-color: rgb(6,229,18); }
td.TdClassName
{
border-color: #06E512;
}
.TagClassName
{
border-color: #06E512;
}
</style>