Shades of Free Speech Green #0EFE1C
Tints of Free Speech Green #0EFE1C
RGB
CMYK
RGB Variations
Color information
#0EFE1C (or 0x0EFE1C) is known color: Free Speech Green. HEX triplet: 0E, FE and 1C. RGB value is (14,254,28). Sum of RGB (Red+Green+Blue) = 14+254+28=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 254 (99.61% from 255 or 85.81% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFE1C is #F101E3. Grayscale: #9D9D9D. Windows color (decimal): -15794660 or 1900046. OLE color: 1900046.
HSL color Cylindrical-coordinate representation of color #0EFE1C: hue angle of 123.5º 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 #0EFE1C is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 28 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.00 |
| HSL | 123.5º | 0.99% | 0.53% | - |
| HSV(B) | 123.5º | 0.94% | 1% | - |
| XYZ | 35.83 | 71.06 | 12.93 | - |
| YUV | 156.48 | 55.49 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 28 | 0.94 | 0 | 0.89 | 0.00 | 123.5 | 0.99 | 0.53 |
| Hex | E | FE | 1C | 5E | 0 | 59 | 0 | 7C | 63 | 35 |
| Octal | 16 | 376 | 34 | 136 | 0 | 131 | 0 | 174 | 143 | 65 |
| Binary | 1110 | 11111110 | 11100 | 1011110 | 0 | 1011001 | 0 | 1111100 | 1100011 | 110101 |
Color Harmonies of #0EFE1C
Complementary color
Monochromatic Colors of #0EFE1C
Black with #0EFE1C
Text Example
Text Example
White with #0EFE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFE1C; }
p { color: rgb(14,254,28); }
H1.HeaderClassName
{
color: #0EFE1C;
}
.AnyTagClassName
{
color: #0EFE1C;
}
</style>
background-color css
<style>
a { background-color: #0EFE1C; }
a { background-color: rgb(14,254,28); }
div.DivClassName
{
background-color: #0EFE1C;
}
.BgClassName
{
background-color: #0EFE1C;
}
</style>
border-color css
<style>
span { border-color: #0EFE1C; }
span { border-color: rgb(14,254,28); }
td.TdClassName
{
border-color: #0EFE1C;
}
.TagClassName
{
border-color: #0EFE1C;
}
</style>