Shades of Free Speech Green #0FEA07
Tints of Free Speech Green #0FEA07
RGB
CMYK
RGB Variations
Color information
#0FEA07 (or 0x0FEA07) is known color: Free Speech Green. HEX triplet: 0F, EA and 07. RGB value is (15,234,7). Sum of RGB (Red+Green+Blue) = 15+234+7=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 234 (91.80% from 255 or 91.41% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEA07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEA07 is #F015F8. Grayscale: #8F8F8F. Windows color (decimal): -15734265 or 518671. OLE color: 518671.
HSL color Cylindrical-coordinate representation of color #0FEA07: hue angle of 117.89º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FEA07 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 234 | 7 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.08 |
| HSL | 117.89º | 0.94% | 0.47% | - |
| HSV(B) | 117.89º | 0.97% | 0.92% | - |
| XYZ | 29.66 | 58.96 | 10.02 | - |
| YUV | 142.64 | 51.45 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 7 | 0.94 | 0 | 0.97 | 0.08 | 117.89 | 0.94 | 0.47 |
| Hex | F | EA | 7 | 5E | 0 | 61 | 8 | 76 | 5E | 2F |
| Octal | 17 | 352 | 7 | 136 | 0 | 141 | 10 | 166 | 136 | 57 |
| Binary | 1111 | 11101010 | 111 | 1011110 | 0 | 1100001 | 1000 | 1110110 | 1011110 | 101111 |
Color Harmonies of #0FEA07
Complementary color
Monochromatic Colors of #0FEA07
Black with #0FEA07
Text Example
Text Example
White with #0FEA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEA07; }
p { color: rgb(15,234,7); }
H1.HeaderClassName
{
color: #0FEA07;
}
.AnyTagClassName
{
color: #0FEA07;
}
</style>
background-color css
<style>
a { background-color: #0FEA07; }
a { background-color: rgb(15,234,7); }
div.DivClassName
{
background-color: #0FEA07;
}
.BgClassName
{
background-color: #0FEA07;
}
</style>
border-color css
<style>
span { border-color: #0FEA07; }
span { border-color: rgb(15,234,7); }
td.TdClassName
{
border-color: #0FEA07;
}
.TagClassName
{
border-color: #0FEA07;
}
</style>