#0EEC10

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

Shades of Free Speech Green #0EEC10

Tints of Free Speech Green #0EEC10

Color information

#0EEC10 (or 0x0EEC10) is unknown color: approx Free Speech Green. HEX triplet: 0E, EC and 10. RGB value is (14,236,16). Sum of RGB (Red+Green+Blue) = 14+236+16=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 236 (92.58% from 255 or 88.72% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 236 - color contains mainly: green. Hex color #0EEC10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEC10 is #F113EF. Grayscale: #919191. Windows color (decimal): -15799280 or 1109006. OLE color: 1109006.

HSL color Cylindrical-coordinate representation of color #0EEC10: hue angle of 120.54º degrees, saturation: 0.89, 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 #0EEC10 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB1423616-
CMYK0.9400.930.07
HSL120.54º88.8%49.02%-
HSV(B)120.54º94.07%92.55%-
XYZ30.2760.1210.5-
YUV144.5455.4534.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.26%
GREEN value IS 236 (92.58% from 255) = 88.72%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=5.26%
G=88.72%
B=6.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14236160.9400.930.07120.5488.849.02
HexEEC105E05D7795931
Octal16354201360135717113161
Binary1110111011001000010111100101110111111110011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,236,16); }

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

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

 a { background-color: rgb(14,236,16); }

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

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

 span { border-color: rgb(14,236,16); }

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