Shades of Free Speech Green #0FFF05
Tints of Free Speech Green #0FFF05
RGB
CMYK
RGB Variations
Color information
#0FFF05 (or 0x0FFF05) is known color: Free Speech Green. HEX triplet: 0F, FF and 05. RGB value is (15,255,5). Sum of RGB (Red+Green+Blue) = 15+255+5=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 255 (100% from 255 or 92.73% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFF05 is #F000FA. Grayscale: #9B9B9B. Windows color (decimal): -15728891 or 392975. OLE color: 392975.
HSL color Cylindrical-coordinate representation of color #0FFF05: hue angle of 117.6º 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 #0FFF05 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 5 | - |
| CMYK | 0.94 | 0 | 0.98 | 0 |
| HSL | 117.6º | 1% | 0.51% | - |
| HSV(B) | 117.6º | 0.98% | 1% | - |
| XYZ | 35.98 | 71.63 | 12.07 | - |
| YUV | 154.74 | 43.49 | 28.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 5 | 0.94 | 0 | 0.98 | 0 | 117.6 | 1 | 0.51 |
| Hex | F | FF | 5 | 5E | 0 | 62 | 0 | 76 | 64 | 33 |
| Octal | 17 | 377 | 5 | 136 | 0 | 142 | 0 | 166 | 144 | 63 |
| Binary | 1111 | 11111111 | 101 | 1011110 | 0 | 1100010 | 0 | 1110110 | 1100100 | 110011 |
Color Harmonies of #0FFF05
Complementary color
Monochromatic Colors of #0FFF05
Black with #0FFF05
Text Example
Text Example
White with #0FFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF05; }
p { color: rgb(15,255,5); }
H1.HeaderClassName
{
color: #0FFF05;
}
.AnyTagClassName
{
color: #0FFF05;
}
</style>
background-color css
<style>
a { background-color: #0FFF05; }
a { background-color: rgb(15,255,5); }
div.DivClassName
{
background-color: #0FFF05;
}
.BgClassName
{
background-color: #0FFF05;
}
</style>
border-color css
<style>
span { border-color: #0FFF05; }
span { border-color: rgb(15,255,5); }
td.TdClassName
{
border-color: #0FFF05;
}
.TagClassName
{
border-color: #0FFF05;
}
</style>