Shades of Free Speech Green #0FEB00
Tints of Free Speech Green #0FEB00
RGB
CMYK
RGB Variations
Color information
#0FEB00 (or 0x0FEB00) is known color: Free Speech Green. HEX triplet: 0F, EB and 00. RGB value is (15,235,0). Sum of RGB (Red+Green+Blue) = 15+235+0=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 235 (92.19% from 255 or 94% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEB00 is #F014FF. Grayscale: #8F8F8F. Windows color (decimal): -15734016 or 60175. OLE color: 60175.
HSL color Cylindrical-coordinate representation of color #0FEB00: hue angle of 116.17º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FEB00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.08 |
| HSL | 116.17º | 1% | 0.46% | - |
| HSV(B) | 116.17º | 1% | 0.92% | - |
| XYZ | 29.91 | 59.52 | 9.91 | - |
| YUV | 142.43 | 47.61 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 0 | 0.94 | 0 | 1 | 0.08 | 116.17 | 1 | 0.46 |
| Hex | F | EB | 0 | 5E | 0 | 64 | 8 | 74 | 64 | 2E |
| Octal | 17 | 353 | 0 | 136 | 0 | 144 | 10 | 164 | 144 | 56 |
| Binary | 1111 | 11101011 | 0 | 1011110 | 0 | 1100100 | 1000 | 1110100 | 1100100 | 101110 |
Color Harmonies of #0FEB00
Complementary color
Monochromatic Colors of #0FEB00
Black with #0FEB00
Text Example
Text Example
White with #0FEB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEB00; }
p { color: rgb(15,235,0); }
H1.HeaderClassName
{
color: #0FEB00;
}
.AnyTagClassName
{
color: #0FEB00;
}
</style>
background-color css
<style>
a { background-color: #0FEB00; }
a { background-color: rgb(15,235,0); }
div.DivClassName
{
background-color: #0FEB00;
}
.BgClassName
{
background-color: #0FEB00;
}
</style>
border-color css
<style>
span { border-color: #0FEB00; }
span { border-color: rgb(15,235,0); }
td.TdClassName
{
border-color: #0FEB00;
}
.TagClassName
{
border-color: #0FEB00;
}
</style>