Shades of Free Speech Green #06F019
Tints of Free Speech Green #06F019
RGB
CMYK
RGB Variations
Color information
#06F019 (or 0x06F019) is known color: Free Speech Green. HEX triplet: 06, F0 and 19. RGB value is (6,240,25). Sum of RGB (Red+Green+Blue) = 6+240+25=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 240 (94.14% from 255 or 88.56% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 240 - color contains mainly: green. Hex color #06F019 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06F019 is #F90FE6. Grayscale: #929292. Windows color (decimal): -16322535 or 1699846. OLE color: 1699846.
HSL color Cylindrical-coordinate representation of color #06F019: hue angle of 124.87º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F019 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 240 | 25 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.06 |
| HSL | 124.87º | 0.95% | 0.48% | - |
| HSV(B) | 124.87º | 0.98% | 0.94% | - |
| XYZ | 31.41 | 62.43 | 11.31 | - |
| YUV | 145.52 | 59.98 | 28.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 25 | 0.98 | 0 | 0.90 | 0.06 | 124.87 | 0.95 | 0.48 |
| Hex | 6 | F0 | 19 | 62 | 0 | 5A | 6 | 7D | 5F | 30 |
| Octal | 6 | 360 | 31 | 142 | 0 | 132 | 6 | 175 | 137 | 60 |
| Binary | 110 | 11110000 | 11001 | 1100010 | 0 | 1011010 | 110 | 1111101 | 1011111 | 110000 |
Color Harmonies of #06F019
Complementary color
Monochromatic Colors of #06F019
Black with #06F019
Text Example
Text Example
White with #06F019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F019; }
p { color: rgb(6,240,25); }
H1.HeaderClassName
{
color: #06F019;
}
.AnyTagClassName
{
color: #06F019;
}
</style>
background-color css
<style>
a { background-color: #06F019; }
a { background-color: rgb(6,240,25); }
div.DivClassName
{
background-color: #06F019;
}
.BgClassName
{
background-color: #06F019;
}
</style>
border-color css
<style>
span { border-color: #06F019; }
span { border-color: rgb(6,240,25); }
td.TdClassName
{
border-color: #06F019;
}
.TagClassName
{
border-color: #06F019;
}
</style>