Shades of Free Speech Green #06FE3A
Tints of Free Speech Green #06FE3A
RGB
CMYK
RGB Variations
Color information
#06FE3A (or 0x06FE3A) is known color: Free Speech Green. HEX triplet: 06, FE and 3A. RGB value is (6,254,58). Sum of RGB (Red+Green+Blue) = 6+254+58=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 254 (99.61% from 255 or 79.87% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 254 - color contains mainly: green. Hex color #06FE3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FE3A is #F901C5. Grayscale: #9E9E9E. Windows color (decimal): -16318918 or 3866118. OLE color: 3866118.
HSL color Cylindrical-coordinate representation of color #06FE3A: hue angle of 132.58º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FE3A is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 254 | 58 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.00 |
| HSL | 132.58º | 0.99% | 0.51% | - |
| HSV(B) | 132.58º | 0.98% | 1% | - |
| XYZ | 36.28 | 71.23 | 15.84 | - |
| YUV | 157.5 | 71.84 | 19.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 254 | 58 | 0.98 | 0 | 0.77 | 0.00 | 132.58 | 0.99 | 0.51 |
| Hex | 6 | FE | 3A | 62 | 0 | 4D | 0 | 85 | 63 | 33 |
| Octal | 6 | 376 | 72 | 142 | 0 | 115 | 0 | 205 | 143 | 63 |
| Binary | 110 | 11111110 | 111010 | 1100010 | 0 | 1001101 | 0 | 10000101 | 1100011 | 110011 |
Color Harmonies of #06FE3A
Complementary color
Monochromatic Colors of #06FE3A
Black with #06FE3A
Text Example
Text Example
White with #06FE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FE3A; }
p { color: rgb(6,254,58); }
H1.HeaderClassName
{
color: #06FE3A;
}
.AnyTagClassName
{
color: #06FE3A;
}
</style>
background-color css
<style>
a { background-color: #06FE3A; }
a { background-color: rgb(6,254,58); }
div.DivClassName
{
background-color: #06FE3A;
}
.BgClassName
{
background-color: #06FE3A;
}
</style>
border-color css
<style>
span { border-color: #06FE3A; }
span { border-color: rgb(6,254,58); }
td.TdClassName
{
border-color: #06FE3A;
}
.TagClassName
{
border-color: #06FE3A;
}
</style>