Html Css Color HEX #0ED111 Free Speech Green

📋 copy color: '#0ED111'

red 14 ◦ green 209 ◦ blue 17

#0ED111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0ED111

Tints of Free Speech Green #0ED111

RGB

 RED value IS 14 (5.86% from 255) = 5.83%

 GREEN value IS 209 (82.03% from 255) = 87.08%

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 5.83%
G = 87.08%
B = 7.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#0ED111 (or 0x0ED111) is known color: Free Speech Green. HEX triplet: 0E, D1 and 11. RGB value is (14,209,17). Sum of RGB (Red+Green+Blue) = 14+209+17=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 209 (82.03% from 255 or 87.08% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED111 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED111 is #F12EEE. Grayscale: #818181. Windows color (decimal): -15806191 or 1167630. OLE color: 1167630.

HSL color Cylindrical-coordinate representation of color #0ED111: hue angle of 120.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED111 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 209 17 -
CMYK 0.93 0 0.92 0.18
HSL 120.92º 0.87% 0.44% -
HSV(B) 120.92º 0.93% 0.82% -
XYZ 23.08 45.73 8.14 -
YUV 128.81 64.9 46.11 -
System Red Green Blue C M Y K H S L
Decimal 14 209 17 0.93 0 0.92 0.18 120.92 0.87 0.44
Hex E D1 11 5D 0 5C 12 79 57 2C
Octal 16 321 21 135 0 134 22 171 127 54
Binary 1110 11010001 10001 1011101 0 1011100 10010 1111001 1010111 101100

Color Harmonies of #0ED111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED111

Black with #0ED111

Text Example


Text Example

White with #0ED111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,209,17); }

 H1.HeaderClassName
 {
   color: #0ED111;
 }
 .AnyTagClassName
 {
   color: #0ED111;
 }
</style>

background-color css

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

 a { background-color: rgb(14,209,17); }

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

border-color css

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

 span { border-color: rgb(14,209,17); }

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