Shades of Free Speech Green #0FEC14
Tints of Free Speech Green #0FEC14
RGB
CMYK
RGB Variations
Color information
#0FEC14 (or 0x0FEC14) is known color: Free Speech Green. HEX triplet: 0F, EC and 14. RGB value is (15,236,20). Sum of RGB (Red+Green+Blue) = 15+236+20=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 236 (92.58% from 255 or 87.08% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 236 - color contains mainly: green. Hex color #0FEC14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEC14 is #F013EB. Grayscale: #919191. Windows color (decimal): -15733740 or 1371151. OLE color: 1371151.
HSL color Cylindrical-coordinate representation of color #0FEC14: hue angle of 121.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEC14 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 20 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.07 |
| HSL | 121.36º | 0.88% | 0.49% | - |
| HSV(B) | 121.36º | 0.94% | 0.93% | - |
| XYZ | 30.32 | 60.14 | 10.67 | - |
| YUV | 145.3 | 57.28 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 20 | 0.94 | 0 | 0.92 | 0.07 | 121.36 | 0.88 | 0.49 |
| Hex | F | EC | 14 | 5E | 0 | 5C | 7 | 79 | 58 | 31 |
| Octal | 17 | 354 | 24 | 136 | 0 | 134 | 7 | 171 | 130 | 61 |
| Binary | 1111 | 11101100 | 10100 | 1011110 | 0 | 1011100 | 111 | 1111001 | 1011000 | 110001 |
Color Harmonies of #0FEC14
Complementary color
Monochromatic Colors of #0FEC14
Black with #0FEC14
Text Example
Text Example
White with #0FEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEC14; }
p { color: rgb(15,236,20); }
H1.HeaderClassName
{
color: #0FEC14;
}
.AnyTagClassName
{
color: #0FEC14;
}
</style>
background-color css
<style>
a { background-color: #0FEC14; }
a { background-color: rgb(15,236,20); }
div.DivClassName
{
background-color: #0FEC14;
}
.BgClassName
{
background-color: #0FEC14;
}
</style>
border-color css
<style>
span { border-color: #0FEC14; }
span { border-color: rgb(15,236,20); }
td.TdClassName
{
border-color: #0FEC14;
}
.TagClassName
{
border-color: #0FEC14;
}
</style>