Html Css Color HEX #0ED401 Free Speech Green

📋 copy color: '#0ED401'

red 14 ◦ green 212 ◦ blue 1

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

Shades of Free Speech Green #0ED401

Tints of Free Speech Green #0ED401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 6.17%
G = 93.39%
B = 0.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#0ED401 (or 0x0ED401) is known color: Free Speech Green. HEX triplet: 0E, D4 and 01. RGB value is (14,212,1). Sum of RGB (Red+Green+Blue) = 14+212+1=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 212 (83.20% from 255 or 93.39% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED401 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED401 is #F12BFE. Grayscale: #818181. Windows color (decimal): -15805439 or 119822. OLE color: 119822.

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

Color convert

RGB 14 212 1 -
CMYK 0.93 0 1.00 0.17
HSL 116.3º 0.99% 0.42% -
HSV(B) 116.3º 1% 0.83% -
XYZ 23.73 47.18 7.89 -
YUV 128.74 55.9 46.16 -
System Red Green Blue C M Y K H S L
Decimal 14 212 1 0.93 0 1.00 0.17 116.3 0.99 0.42
Hex E D4 1 5D 0 64 11 74 63 2A
Octal 16 324 1 135 0 144 21 164 143 52
Binary 1110 11010100 1 1011101 0 1100100 10001 1110100 1100011 101010

Color Harmonies of #0ED401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED401

Black with #0ED401

Text Example


Text Example

White with #0ED401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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