Html Css Color HEX #0ED404 Free Speech Green

📋 copy color: '#0ED404'

red 14 ◦ green 212 ◦ blue 4

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

Shades of Free Speech Green #0ED404

Tints of Free Speech Green #0ED404

RGB

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

 GREEN value IS 212 (83.2% from 255) = 92.17%

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 6.09%
G = 92.17%
B = 1.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#0ED404 (or 0x0ED404) is known color: Free Speech Green. HEX triplet: 0E, D4 and 04. RGB value is (14,212,4). Sum of RGB (Red+Green+Blue) = 14+212+4=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 212 (83.20% from 255 or 92.17% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED404 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED404 is #F12BFB. Grayscale: #818181. Windows color (decimal): -15805436 or 316430. OLE color: 316430.

HSL color Cylindrical-coordinate representation of color #0ED404: hue angle of 117.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0ED404 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 212 4 -
CMYK 0.93 0 0.98 0.17
HSL 117.12º 0.96% 0.42% -
HSV(B) 117.12º 0.98% 0.83% -
XYZ 23.75 47.19 7.97 -
YUV 129.09 57.4 45.91 -
System Red Green Blue C M Y K H S L
Decimal 14 212 4 0.93 0 0.98 0.17 117.12 0.96 0.42
Hex E D4 4 5D 0 62 11 75 60 2A
Octal 16 324 4 135 0 142 21 165 140 52
Binary 1110 11010100 100 1011101 0 1100010 10001 1110101 1100000 101010

Color Harmonies of #0ED404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED404

Black with #0ED404

Text Example


Text Example

White with #0ED404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,212,4); }

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

background-color css

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

 a { background-color: rgb(14,212,4); }

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

border-color css

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

 span { border-color: rgb(14,212,4); }

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