Shades of Free Speech Green #0FFF19
Tints of Free Speech Green #0FFF19
RGB
CMYK
RGB Variations
Color information
#0FFF19 (or 0x0FFF19) is known color: Free Speech Green. HEX triplet: 0F, FF and 19. RGB value is (15,255,25). Sum of RGB (Red+Green+Blue) = 15+255+25=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 255 (100% from 255 or 86.44% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFF19 is #F000E6. Grayscale: #9D9D9D. Windows color (decimal): -15728871 or 1703695. OLE color: 1703695.
HSL color Cylindrical-coordinate representation of color #0FFF19: hue angle of 122.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF19 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 25 | - |
| CMYK | 0.94 | 0 | 0.90 | 0 |
| HSL | 122.5º | 1% | 0.53% | - |
| HSV(B) | 122.5º | 0.94% | 1% | - |
| XYZ | 36.13 | 71.69 | 12.85 | - |
| YUV | 157.02 | 53.49 | 26.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 25 | 0.94 | 0 | 0.90 | 0 | 122.5 | 1 | 0.53 |
| Hex | F | FF | 19 | 5E | 0 | 5A | 0 | 7B | 64 | 35 |
| Octal | 17 | 377 | 31 | 136 | 0 | 132 | 0 | 173 | 144 | 65 |
| Binary | 1111 | 11111111 | 11001 | 1011110 | 0 | 1011010 | 0 | 1111011 | 1100100 | 110101 |
Color Harmonies of #0FFF19
Complementary color
Monochromatic Colors of #0FFF19
Black with #0FFF19
Text Example
Text Example
White with #0FFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF19; }
p { color: rgb(15,255,25); }
H1.HeaderClassName
{
color: #0FFF19;
}
.AnyTagClassName
{
color: #0FFF19;
}
</style>
background-color css
<style>
a { background-color: #0FFF19; }
a { background-color: rgb(15,255,25); }
div.DivClassName
{
background-color: #0FFF19;
}
.BgClassName
{
background-color: #0FFF19;
}
</style>
border-color css
<style>
span { border-color: #0FFF19; }
span { border-color: rgb(15,255,25); }
td.TdClassName
{
border-color: #0FFF19;
}
.TagClassName
{
border-color: #0FFF19;
}
</style>