Html Css Color HEX #0EDC20 Free Speech Green

📋 copy color: '#0EDC20'

red 14 ◦ green 220 ◦ blue 32

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

Shades of Free Speech Green #0EDC20

Tints of Free Speech Green #0EDC20

RGB

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

 GREEN value IS 220 (86.33% from 255) = 82.71%

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 5.26%
G = 82.71%
B = 12.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#0EDC20 (or 0x0EDC20) is known color: Free Speech Green. HEX triplet: 0E, DC and 20. RGB value is (14,220,32). Sum of RGB (Red+Green+Blue) = 14+220+32=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 220 (86.33% from 255 or 82.71% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDC20 is #F123DF. Grayscale: #898989. Windows color (decimal): -15803360 or 2153486. OLE color: 2153486.

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

Color convert

RGB 14 220 32 -
CMYK 0.94 0 0.85 0.14
HSL 125.24º 0.88% 0.46% -
HSV(B) 125.24º 0.94% 0.86% -
XYZ 26.04 51.38 9.91 -
YUV 136.97 68.75 40.29 -
System Red Green Blue C M Y K H S L
Decimal 14 220 32 0.94 0 0.85 0.14 125.24 0.88 0.46
Hex E DC 20 5E 0 55 E 7D 58 2E
Octal 16 334 40 136 0 125 16 175 130 56
Binary 1110 11011100 100000 1011110 0 1010101 1110 1111101 1011000 101110

Color Harmonies of #0EDC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDC20

Black with #0EDC20

Text Example


Text Example

White with #0EDC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,220,32); }

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

background-color css

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

 a { background-color: rgb(14,220,32); }

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

border-color css

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

 span { border-color: rgb(14,220,32); }

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