#0EF81C

Color #0EF81C Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0EF81C

Tints of Free Speech Green #0EF81C

Color information

#0EF81C (or 0x0EF81C) is unknown color: approx Free Speech Green. HEX triplet: 0E, F8 and 1C. RGB value is (14,248,28). Sum of RGB (Red+Green+Blue) = 14+248+28=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 248 (97.27% from 255 or 85.52% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 248 - color contains mainly: green. Hex color #0EF81C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF81C is #F107E3. Grayscale: #999999. Windows color (decimal): -15796196 or 1898510. OLE color: 1898510.

HSL color Cylindrical-coordinate representation of color #0EF81C: hue angle of 123.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF81C is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB1424828-
CMYK0.9400.890.03
HSL123.59º94.35%51.37%-
HSV(B)123.59º94.35%97.25%-
XYZ33.9667.3112.3-
YUV152.9557.4828.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 4.83%
GREEN value IS 248 (97.27% from 255) = 85.52%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=4.83%
G=85.52%
B=9.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal14248280.9400.890.03123.5994.3551.37
HexEF81C5E05937c5e33
Octal16370341360131317413663
Binary111011111000111001011110010110011111111001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EF81C; }

 p { color: rgb(14,248,28); }

 H1.HeaderClassName
 {
   color: #0EF81C;
 }
 .AnyTagClassName
 {
   color: #0EF81C;
 }
</style>
background-color css

<style>
 a { background-color: #0EF81C; }

 a { background-color: rgb(14,248,28); }

 div.DivClassName
 {
   background-color: #0EF81C;
 }
 .BgClassName
 {
   background-color: #0EF81C;
 }
</style>
border-color css

<style>
 span { border-color: #0EF81C; }

 span { border-color: rgb(14,248,28); }

 td.TdClassName
 {
   border-color: #0EF81C;
 }
 .TagClassName
 {
   border-color: #0EF81C;
 }
</style>