Shades of Free Speech Green #0EFC12
Tints of Free Speech Green #0EFC12
RGB
CMYK
RGB Variations
Color information
#0EFC12 (or 0x0EFC12) is known color: Free Speech Green. HEX triplet: 0E, FC and 12. RGB value is (14,252,18). Sum of RGB (Red+Green+Blue) = 14+252+18=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 252 (98.83% from 255 or 88.73% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFC12 is #F103ED. Grayscale: #9A9A9A. Windows color (decimal): -15795182 or 1244174. OLE color: 1244174.
HSL color Cylindrical-coordinate representation of color #0EFC12: hue angle of 121.01º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFC12 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 252 | 18 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.01 |
| HSL | 121.01º | 0.98% | 0.52% | - |
| HSV(B) | 121.01º | 0.94% | 0.99% | - |
| XYZ | 35.1 | 69.76 | 12.19 | - |
| YUV | 154.16 | 51.15 | 28.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 252 | 18 | 0.94 | 0 | 0.93 | 0.01 | 121.01 | 0.98 | 0.52 |
| Hex | E | FC | 12 | 5E | 0 | 5D | 1 | 79 | 62 | 34 |
| Octal | 16 | 374 | 22 | 136 | 0 | 135 | 1 | 171 | 142 | 64 |
| Binary | 1110 | 11111100 | 10010 | 1011110 | 0 | 1011101 | 1 | 1111001 | 1100010 | 110100 |
Color Harmonies of #0EFC12
Complementary color
Monochromatic Colors of #0EFC12
Black with #0EFC12
Text Example
Text Example
White with #0EFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFC12; }
p { color: rgb(14,252,18); }
H1.HeaderClassName
{
color: #0EFC12;
}
.AnyTagClassName
{
color: #0EFC12;
}
</style>
background-color css
<style>
a { background-color: #0EFC12; }
a { background-color: rgb(14,252,18); }
div.DivClassName
{
background-color: #0EFC12;
}
.BgClassName
{
background-color: #0EFC12;
}
</style>
border-color css
<style>
span { border-color: #0EFC12; }
span { border-color: rgb(14,252,18); }
td.TdClassName
{
border-color: #0EFC12;
}
.TagClassName
{
border-color: #0EFC12;
}
</style>