Html Css Color HEX #0ED50A Free Speech Green

📋 copy color: '#0ED50A'

red 14 ◦ green 213 ◦ blue 10

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

Shades of Free Speech Green #0ED50A

Tints of Free Speech Green #0ED50A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 89.87%

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 5.91%
G = 89.87%
B = 4.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#0ED50A (or 0x0ED50A) is known color: Free Speech Green. HEX triplet: 0E, D5 and 0A. RGB value is (14,213,10). Sum of RGB (Red+Green+Blue) = 14+213+10=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 213 (83.59% from 255 or 89.87% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED50A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED50A is #F12AF5. Grayscale: #828282. Windows color (decimal): -15805174 or 709902. OLE color: 709902.

HSL color Cylindrical-coordinate representation of color #0ED50A: hue angle of 118.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ED50A is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 213 10 -
CMYK 0.93 0 0.95 0.16
HSL 118.82º 0.91% 0.44% -
HSV(B) 118.82º 0.95% 0.84% -
XYZ 24.03 47.7 8.23 -
YUV 130.36 60.07 45.01 -
System Red Green Blue C M Y K H S L
Decimal 14 213 10 0.93 0 0.95 0.16 118.82 0.91 0.44
Hex E D5 A 5D 0 5F 10 77 5B 2C
Octal 16 325 12 135 0 137 20 167 133 54
Binary 1110 11010101 1010 1011101 0 1011111 10000 1110111 1011011 101100

Color Harmonies of #0ED50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED50A

Black with #0ED50A

Text Example


Text Example

White with #0ED50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,213,10); }

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

background-color css

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

 a { background-color: rgb(14,213,10); }

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

border-color css

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

 span { border-color: rgb(14,213,10); }

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