Html Css Color HEX #0ED106 Free Speech Green

📋 copy color: '#0ED106'

red 14 ◦ green 209 ◦ blue 6

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

Shades of Free Speech Green #0ED106

Tints of Free Speech Green #0ED106

RGB

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

 GREEN value IS 209 (82.03% from 255) = 91.27%

 BLUE value IS 6 (2.73% from 255) = 2.62%

R = 6.11%
G = 91.27%
B = 2.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#0ED106 (or 0x0ED106) is known color: Free Speech Green. HEX triplet: 0E, D1 and 06. RGB value is (14,209,6). Sum of RGB (Red+Green+Blue) = 14+209+6=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 209 (82.03% from 255 or 91.27% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED106 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED106 is #F12EF9. Grayscale: #808080. Windows color (decimal): -15806202 or 446734. OLE color: 446734.

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

Color convert

RGB 14 209 6 -
CMYK 0.93 0 0.97 0.18
HSL 117.64º 0.94% 0.42% -
HSV(B) 117.64º 0.97% 0.82% -
XYZ 23.01 45.71 7.78 -
YUV 127.55 59.4 47.01 -
System Red Green Blue C M Y K H S L
Decimal 14 209 6 0.93 0 0.97 0.18 117.64 0.94 0.42
Hex E D1 6 5D 0 61 12 76 5E 2A
Octal 16 321 6 135 0 141 22 166 136 52
Binary 1110 11010001 110 1011101 0 1100001 10010 1110110 1011110 101010

Color Harmonies of #0ED106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED106

Black with #0ED106

Text Example


Text Example

White with #0ED106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,209,6); }

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

background-color css

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

 a { background-color: rgb(14,209,6); }

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

border-color css

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

 span { border-color: rgb(14,209,6); }

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