#0EF50A

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

Shades of Free Speech Green #0EF50A

Tints of Free Speech Green #0EF50A

Color information

#0EF50A (or 0x0EF50A) is unknown color: approx Free Speech Green. HEX triplet: 0E, F5 and 0A. RGB value is (14,245,10). Sum of RGB (Red+Green+Blue) = 14+245+10=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 245 (96.09% from 255 or 91.08% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 245 - color contains mainly: green. Hex color #0EF50A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF50A is #F10AF5. Grayscale: #959595. Windows color (decimal): -15796982 or 718094. OLE color: 718094.

HSL color Cylindrical-coordinate representation of color #0EF50A: hue angle of 118.98º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EF50A is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB1424510-
CMYK0.9400.960.04
HSL118.98º92.16%50%-
HSV(B)118.98º95.92%96.08%-
XYZ32.8965.4211.18-
YUV149.1449.4731.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.20%
GREEN value IS 245 (96.09% from 255) = 91.08%
BLUE value IS 10 (4.30% from 255) = 3.72%
R=5.20%
G=91.08%
B=3.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14245100.9400.960.04118.9892.1650
HexEF5A5E0604775c32
Octal16365121360140416713462
Binary111011110101101010111100110000010011101111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,245,10); }

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

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

 a { background-color: rgb(14,245,10); }

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

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

 span { border-color: rgb(14,245,10); }

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