Shades of Free Speech Green #06FF0F
Tints of Free Speech Green #06FF0F
RGB
CMYK
RGB Variations
Color information
#06FF0F (or 0x06FF0F) is known color: Free Speech Green. HEX triplet: 06, FF and 0F. RGB value is (6,255,15). Sum of RGB (Red+Green+Blue) = 6+255+15=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 255 (100% from 255 or 92.39% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF0F is #F900F0. Grayscale: #999999. Windows color (decimal): -16318705 or 1048326. OLE color: 1048326.
HSL color Cylindrical-coordinate representation of color #06FF0F: hue angle of 122.17º 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 #06FF0F is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 15 | - |
| CMYK | 0.98 | 0 | 0.94 | 0 |
| HSL | 122.17º | 1% | 0.51% | - |
| HSV(B) | 122.17º | 0.98% | 1% | - |
| XYZ | 35.92 | 71.59 | 12.38 | - |
| YUV | 153.19 | 50.01 | 23.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 15 | 0.98 | 0 | 0.94 | 0 | 122.17 | 1 | 0.51 |
| Hex | 6 | FF | F | 62 | 0 | 5E | 0 | 7A | 64 | 33 |
| Octal | 6 | 377 | 17 | 142 | 0 | 136 | 0 | 172 | 144 | 63 |
| Binary | 110 | 11111111 | 1111 | 1100010 | 0 | 1011110 | 0 | 1111010 | 1100100 | 110011 |
Color Harmonies of #06FF0F
Complementary color
Monochromatic Colors of #06FF0F
Black with #06FF0F
Text Example
Text Example
White with #06FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF0F; }
p { color: rgb(6,255,15); }
H1.HeaderClassName
{
color: #06FF0F;
}
.AnyTagClassName
{
color: #06FF0F;
}
</style>
background-color css
<style>
a { background-color: #06FF0F; }
a { background-color: rgb(6,255,15); }
div.DivClassName
{
background-color: #06FF0F;
}
.BgClassName
{
background-color: #06FF0F;
}
</style>
border-color css
<style>
span { border-color: #06FF0F; }
span { border-color: rgb(6,255,15); }
td.TdClassName
{
border-color: #06FF0F;
}
.TagClassName
{
border-color: #06FF0F;
}
</style>