Html Css Color HEX #0ED205 Free Speech Green

📋 copy color: '#0ED205'

red 14 ◦ green 210 ◦ blue 5

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

Shades of Free Speech Green #0ED205

Tints of Free Speech Green #0ED205

RGB

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

 GREEN value IS 210 (82.42% from 255) = 91.7%

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 6.11%
G = 91.7%
B = 2.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#0ED205 (or 0x0ED205) is known color: Free Speech Green. HEX triplet: 0E, D2 and 05. RGB value is (14,210,5). Sum of RGB (Red+Green+Blue) = 14+210+5=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 210 (82.42% from 255 or 91.70% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED205 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED205 is #F12DFA. Grayscale: #808080. Windows color (decimal): -15805947 or 381454. OLE color: 381454.

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

Color convert

RGB 14 210 5 -
CMYK 0.93 0 0.98 0.18
HSL 117.37º 0.95% 0.42% -
HSV(B) 117.37º 0.98% 0.82% -
XYZ 23.26 46.2 7.83 -
YUV 128.03 58.57 46.67 -
System Red Green Blue C M Y K H S L
Decimal 14 210 5 0.93 0 0.98 0.18 117.37 0.95 0.42
Hex E D2 5 5D 0 62 12 75 5F 2A
Octal 16 322 5 135 0 142 22 165 137 52
Binary 1110 11010010 101 1011101 0 1100010 10010 1110101 1011111 101010

Color Harmonies of #0ED205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED205

Black with #0ED205

Text Example


Text Example

White with #0ED205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,210,5); }

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

background-color css

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

 a { background-color: rgb(14,210,5); }

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

border-color css

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

 span { border-color: rgb(14,210,5); }

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