Shades of Free Speech Green #06F90F
Tints of Free Speech Green #06F90F
RGB
CMYK
RGB Variations
Color information
#06F90F (or 0x06F90F) is known color: Free Speech Green. HEX triplet: 06, F9 and 0F. RGB value is (6,249,15). Sum of RGB (Red+Green+Blue) = 6+249+15=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 249 (97.66% from 255 or 92.22% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 249 - color contains mainly: green. Hex color #06F90F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06F90F is #F906F0. Grayscale: #969696. Windows color (decimal): -16320241 or 1046790. OLE color: 1046790.
HSL color Cylindrical-coordinate representation of color #06F90F: hue angle of 122.22º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F90F is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 249 | 15 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.02 |
| HSL | 122.22º | 0.95% | 0.5% | - |
| HSV(B) | 122.22º | 0.98% | 0.98% | - |
| XYZ | 34.04 | 67.82 | 11.75 | - |
| YUV | 149.67 | 51.99 | 25.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 249 | 15 | 0.98 | 0 | 0.94 | 0.02 | 122.22 | 0.95 | 0.5 |
| Hex | 6 | F9 | F | 62 | 0 | 5E | 2 | 7A | 5F | 32 |
| Octal | 6 | 371 | 17 | 142 | 0 | 136 | 2 | 172 | 137 | 62 |
| Binary | 110 | 11111001 | 1111 | 1100010 | 0 | 1011110 | 10 | 1111010 | 1011111 | 110010 |
Color Harmonies of #06F90F
Complementary color
Monochromatic Colors of #06F90F
Black with #06F90F
Text Example
Text Example
White with #06F90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F90F; }
p { color: rgb(6,249,15); }
H1.HeaderClassName
{
color: #06F90F;
}
.AnyTagClassName
{
color: #06F90F;
}
</style>
background-color css
<style>
a { background-color: #06F90F; }
a { background-color: rgb(6,249,15); }
div.DivClassName
{
background-color: #06F90F;
}
.BgClassName
{
background-color: #06F90F;
}
</style>
border-color css
<style>
span { border-color: #06F90F; }
span { border-color: rgb(6,249,15); }
td.TdClassName
{
border-color: #06F90F;
}
.TagClassName
{
border-color: #06F90F;
}
</style>