Shades of Free Speech Green #0FFE19
Tints of Free Speech Green #0FFE19
RGB
CMYK
RGB Variations
Color information
#0FFE19 (or 0x0FFE19) is known color: Free Speech Green. HEX triplet: 0F, FE and 19. RGB value is (15,254,25). Sum of RGB (Red+Green+Blue) = 15+254+25=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 254 (99.61% from 255 or 86.39% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFE19 is #F001E6. Grayscale: #9D9D9D. Windows color (decimal): -15729127 or 1703439. OLE color: 1703439.
HSL color Cylindrical-coordinate representation of color #0FFE19: hue angle of 122.51º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFE19 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 25 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.00 |
| HSL | 122.51º | 0.99% | 0.53% | - |
| HSV(B) | 122.51º | 0.94% | 1% | - |
| XYZ | 35.81 | 71.06 | 12.75 | - |
| YUV | 156.43 | 53.82 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 25 | 0.94 | 0 | 0.90 | 0.00 | 122.51 | 0.99 | 0.53 |
| Hex | F | FE | 19 | 5E | 0 | 5A | 0 | 7B | 63 | 35 |
| Octal | 17 | 376 | 31 | 136 | 0 | 132 | 0 | 173 | 143 | 65 |
| Binary | 1111 | 11111110 | 11001 | 1011110 | 0 | 1011010 | 0 | 1111011 | 1100011 | 110101 |
Color Harmonies of #0FFE19
Complementary color
Monochromatic Colors of #0FFE19
Black with #0FFE19
Text Example
Text Example
White with #0FFE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFE19; }
p { color: rgb(15,254,25); }
H1.HeaderClassName
{
color: #0FFE19;
}
.AnyTagClassName
{
color: #0FFE19;
}
</style>
background-color css
<style>
a { background-color: #0FFE19; }
a { background-color: rgb(15,254,25); }
div.DivClassName
{
background-color: #0FFE19;
}
.BgClassName
{
background-color: #0FFE19;
}
</style>
border-color css
<style>
span { border-color: #0FFE19; }
span { border-color: rgb(15,254,25); }
td.TdClassName
{
border-color: #0FFE19;
}
.TagClassName
{
border-color: #0FFE19;
}
</style>