Shades of Free Speech Green #06FF1E
Tints of Free Speech Green #06FF1E
RGB
CMYK
RGB Variations
Color information
#06FF1E (or 0x06FF1E) is known color: Free Speech Green. HEX triplet: 06, FF and 1E. RGB value is (6,255,30). Sum of RGB (Red+Green+Blue) = 6+255+30=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 255 (100% from 255 or 87.63% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FF1E is #F900E1. Grayscale: #9B9B9B. Windows color (decimal): -16318690 or 2031366. OLE color: 2031366.
HSL color Cylindrical-coordinate representation of color #06FF1E: hue angle of 125.78º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FF1E is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 30 | - |
| CMYK | 0.98 | 0 | 0.88 | 0 |
| HSL | 125.78º | 1% | 0.51% | - |
| HSV(B) | 125.78º | 0.98% | 1% | - |
| XYZ | 36.07 | 71.65 | 13.16 | - |
| YUV | 154.9 | 57.51 | 21.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 30 | 0.98 | 0 | 0.88 | 0 | 125.78 | 1 | 0.51 |
| Hex | 6 | FF | 1E | 62 | 0 | 58 | 0 | 7E | 64 | 33 |
| Octal | 6 | 377 | 36 | 142 | 0 | 130 | 0 | 176 | 144 | 63 |
| Binary | 110 | 11111111 | 11110 | 1100010 | 0 | 1011000 | 0 | 1111110 | 1100100 | 110011 |
Color Harmonies of #06FF1E
Complementary color
Monochromatic Colors of #06FF1E
Black with #06FF1E
Text Example
Text Example
White with #06FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF1E; }
p { color: rgb(6,255,30); }
H1.HeaderClassName
{
color: #06FF1E;
}
.AnyTagClassName
{
color: #06FF1E;
}
</style>
background-color css
<style>
a { background-color: #06FF1E; }
a { background-color: rgb(6,255,30); }
div.DivClassName
{
background-color: #06FF1E;
}
.BgClassName
{
background-color: #06FF1E;
}
</style>
border-color css
<style>
span { border-color: #06FF1E; }
span { border-color: rgb(6,255,30); }
td.TdClassName
{
border-color: #06FF1E;
}
.TagClassName
{
border-color: #06FF1E;
}
</style>