Shades of Free Speech Green #06FF20
Tints of Free Speech Green #06FF20
RGB
CMYK
RGB Variations
Color information
#06FF20 (or 0x06FF20) is known color: Free Speech Green. HEX triplet: 06, FF and 20. RGB value is (6,255,32). Sum of RGB (Red+Green+Blue) = 6+255+32=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 255 (100% from 255 or 87.03% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FF20 is #F900DF. Grayscale: #9B9B9B. Windows color (decimal): -16318688 or 2162438. OLE color: 2162438.
HSL color Cylindrical-coordinate representation of color #06FF20: hue angle of 126.27º 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 #06FF20 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 32 | - |
| CMYK | 0.98 | 0 | 0.87 | 0 |
| HSL | 126.27º | 1% | 0.51% | - |
| HSV(B) | 126.27º | 0.98% | 1% | - |
| XYZ | 36.1 | 71.66 | 13.3 | - |
| YUV | 155.13 | 58.51 | 21.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 32 | 0.98 | 0 | 0.87 | 0 | 126.27 | 1 | 0.51 |
| Hex | 6 | FF | 20 | 62 | 0 | 57 | 0 | 7E | 64 | 33 |
| Octal | 6 | 377 | 40 | 142 | 0 | 127 | 0 | 176 | 144 | 63 |
| Binary | 110 | 11111111 | 100000 | 1100010 | 0 | 1010111 | 0 | 1111110 | 1100100 | 110011 |
Color Harmonies of #06FF20
Complementary color
Monochromatic Colors of #06FF20
Black with #06FF20
Text Example
Text Example
White with #06FF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF20; }
p { color: rgb(6,255,32); }
H1.HeaderClassName
{
color: #06FF20;
}
.AnyTagClassName
{
color: #06FF20;
}
</style>
background-color css
<style>
a { background-color: #06FF20; }
a { background-color: rgb(6,255,32); }
div.DivClassName
{
background-color: #06FF20;
}
.BgClassName
{
background-color: #06FF20;
}
</style>
border-color css
<style>
span { border-color: #06FF20; }
span { border-color: rgb(6,255,32); }
td.TdClassName
{
border-color: #06FF20;
}
.TagClassName
{
border-color: #06FF20;
}
</style>