Html Css Color HEX #0EDC10 Free Speech Green

📋 copy color: '#0EDC10'

red 14 ◦ green 220 ◦ blue 16

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

Shades of Free Speech Green #0EDC10

Tints of Free Speech Green #0EDC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 5.6%
G = 88%
B = 6.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#0EDC10 (or 0x0EDC10) is known color: Free Speech Green. HEX triplet: 0E, DC and 10. RGB value is (14,220,16). Sum of RGB (Red+Green+Blue) = 14+220+16=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 220 (86.33% from 255 or 88% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDC10 is #F123EF. Grayscale: #878787. Windows color (decimal): -15803376 or 1104910. OLE color: 1104910.

HSL color Cylindrical-coordinate representation of color #0EDC10: hue angle of 120.58º 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 #0EDC10 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 220 16 -
CMYK 0.94 0 0.93 0.14
HSL 120.58º 0.88% 0.46% -
HSV(B) 120.58º 0.94% 0.86% -
XYZ 25.87 51.32 9.03 -
YUV 135.15 60.75 41.59 -
System Red Green Blue C M Y K H S L
Decimal 14 220 16 0.94 0 0.93 0.14 120.58 0.88 0.46
Hex E DC 10 5E 0 5D E 79 58 2E
Octal 16 334 20 136 0 135 16 171 130 56
Binary 1110 11011100 10000 1011110 0 1011101 1110 1111001 1011000 101110

Color Harmonies of #0EDC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDC10

Black with #0EDC10

Text Example


Text Example

White with #0EDC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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