Shades of Free Speech Green #0FEA01
Tints of Free Speech Green #0FEA01
RGB
CMYK
RGB Variations
Color information
#0FEA01 (or 0x0FEA01) is known color: Free Speech Green. HEX triplet: 0F, EA and 01. RGB value is (15,234,1). Sum of RGB (Red+Green+Blue) = 15+234+1=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 234 (91.80% from 255 or 93.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEA01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEA01 is #F015FE. Grayscale: #8E8E8E. Windows color (decimal): -15734271 or 125455. OLE color: 125455.
HSL color Cylindrical-coordinate representation of color #0FEA01: hue angle of 116.39º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FEA01 is Cyan = 0.94, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 234 | 1 | - |
| CMYK | 0.94 | 0 | 1.00 | 0.08 |
| HSL | 116.39º | 0.99% | 0.46% | - |
| HSV(B) | 116.39º | 1% | 0.92% | - |
| XYZ | 29.63 | 58.95 | 9.85 | - |
| YUV | 141.96 | 48.45 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 1 | 0.94 | 0 | 1.00 | 0.08 | 116.39 | 0.99 | 0.46 |
| Hex | F | EA | 1 | 5E | 0 | 64 | 8 | 74 | 63 | 2E |
| Octal | 17 | 352 | 1 | 136 | 0 | 144 | 10 | 164 | 143 | 56 |
| Binary | 1111 | 11101010 | 1 | 1011110 | 0 | 1100100 | 1000 | 1110100 | 1100011 | 101110 |
Color Harmonies of #0FEA01
Complementary color
Monochromatic Colors of #0FEA01
Black with #0FEA01
Text Example
Text Example
White with #0FEA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEA01; }
p { color: rgb(15,234,1); }
H1.HeaderClassName
{
color: #0FEA01;
}
.AnyTagClassName
{
color: #0FEA01;
}
</style>
background-color css
<style>
a { background-color: #0FEA01; }
a { background-color: rgb(15,234,1); }
div.DivClassName
{
background-color: #0FEA01;
}
.BgClassName
{
background-color: #0FEA01;
}
</style>
border-color css
<style>
span { border-color: #0FEA01; }
span { border-color: rgb(15,234,1); }
td.TdClassName
{
border-color: #0FEA01;
}
.TagClassName
{
border-color: #0FEA01;
}
</style>