Shades of Free Speech Green #0FFE1E
Tints of Free Speech Green #0FFE1E
RGB
CMYK
RGB Variations
Color information
#0FFE1E (or 0x0FFE1E) is known color: Free Speech Green. HEX triplet: 0F, FE and 1E. RGB value is (15,254,30). Sum of RGB (Red+Green+Blue) = 15+254+30=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 254 (99.61% from 255 or 84.95% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFE1E is #F001E1. Grayscale: #9D9D9D. Windows color (decimal): -15729122 or 2031119. OLE color: 2031119.
HSL color Cylindrical-coordinate representation of color #0FFE1E: hue angle of 123.77º 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 #0FFE1E is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 30 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.00 |
| HSL | 123.77º | 0.99% | 0.53% | - |
| HSV(B) | 123.77º | 0.94% | 1% | - |
| XYZ | 35.87 | 71.08 | 13.06 | - |
| YUV | 157 | 56.32 | 26.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 30 | 0.94 | 0 | 0.88 | 0.00 | 123.77 | 0.99 | 0.53 |
| Hex | F | FE | 1E | 5E | 0 | 58 | 0 | 7C | 63 | 35 |
| Octal | 17 | 376 | 36 | 136 | 0 | 130 | 0 | 174 | 143 | 65 |
| Binary | 1111 | 11111110 | 11110 | 1011110 | 0 | 1011000 | 0 | 1111100 | 1100011 | 110101 |
Color Harmonies of #0FFE1E
Complementary color
Monochromatic Colors of #0FFE1E
Black with #0FFE1E
Text Example
Text Example
White with #0FFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFE1E; }
p { color: rgb(15,254,30); }
H1.HeaderClassName
{
color: #0FFE1E;
}
.AnyTagClassName
{
color: #0FFE1E;
}
</style>
background-color css
<style>
a { background-color: #0FFE1E; }
a { background-color: rgb(15,254,30); }
div.DivClassName
{
background-color: #0FFE1E;
}
.BgClassName
{
background-color: #0FFE1E;
}
</style>
border-color css
<style>
span { border-color: #0FFE1E; }
span { border-color: rgb(15,254,30); }
td.TdClassName
{
border-color: #0FFE1E;
}
.TagClassName
{
border-color: #0FFE1E;
}
</style>