#0ED81E

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

Shades of Free Speech Green #0ED81E

Tints of Free Speech Green #0ED81E

Color information

#0ED81E (or 0x0ED81E) is unknown color: approx Free Speech Green. HEX triplet: 0E, D8 and 1E. RGB value is (14,216,30). Sum of RGB (Red+Green+Blue) = 14+216+30=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 216 (84.77% from 255 or 83.08% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED81E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED81E is #F127E1. Grayscale: #868686. Windows color (decimal): -15804386 or 2021390. OLE color: 2021390.

HSL color Cylindrical-coordinate representation of color #0ED81E: hue angle of 124.75º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED81E is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB1421630-
CMYK0.9400.860.15
HSL124.75º87.83%45.1%-
HSV(B)124.75º93.52%84.71%-
XYZ24.9749.39.43-
YUV134.469.0842.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.38%
GREEN value IS 216 (84.77% from 255) = 83.08%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=5.38%
G=83.08%
B=11.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal14216300.9400.860.15124.7587.8345.1
HexED81E5E056F7d582d
Octal163303613601261717513055
Binary11101101100011110101111001010110111111111011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,216,30); }

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

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

 a { background-color: rgb(14,216,30); }

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

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

 span { border-color: rgb(14,216,30); }

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