Shades of Free Speech Green #06FF16
Tints of Free Speech Green #06FF16
RGB
CMYK
RGB Variations
Color information
#06FF16 (or 0x06FF16) is known color: Free Speech Green. HEX triplet: 06, FF and 16. RGB value is (6,255,22). Sum of RGB (Red+Green+Blue) = 6+255+22=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 255 (100% from 255 or 90.11% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF16 is #F900E9. Grayscale: #9A9A9A. Windows color (decimal): -16318698 or 1507078. OLE color: 1507078.
HSL color Cylindrical-coordinate representation of color #06FF16: hue angle of 123.86º 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 #06FF16 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 22 | - |
| CMYK | 0.98 | 0 | 0.91 | 0 |
| HSL | 123.86º | 1% | 0.51% | - |
| HSV(B) | 123.86º | 0.98% | 1% | - |
| XYZ | 35.98 | 71.62 | 12.69 | - |
| YUV | 153.99 | 53.51 | 22.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 22 | 0.98 | 0 | 0.91 | 0 | 123.86 | 1 | 0.51 |
| Hex | 6 | FF | 16 | 62 | 0 | 5B | 0 | 7C | 64 | 33 |
| Octal | 6 | 377 | 26 | 142 | 0 | 133 | 0 | 174 | 144 | 63 |
| Binary | 110 | 11111111 | 10110 | 1100010 | 0 | 1011011 | 0 | 1111100 | 1100100 | 110011 |
Color Harmonies of #06FF16
Complementary color
Monochromatic Colors of #06FF16
Black with #06FF16
Text Example
Text Example
White with #06FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF16; }
p { color: rgb(6,255,22); }
H1.HeaderClassName
{
color: #06FF16;
}
.AnyTagClassName
{
color: #06FF16;
}
</style>
background-color css
<style>
a { background-color: #06FF16; }
a { background-color: rgb(6,255,22); }
div.DivClassName
{
background-color: #06FF16;
}
.BgClassName
{
background-color: #06FF16;
}
</style>
border-color css
<style>
span { border-color: #06FF16; }
span { border-color: rgb(6,255,22); }
td.TdClassName
{
border-color: #06FF16;
}
.TagClassName
{
border-color: #06FF16;
}
</style>