Html Css Color HEX #1EDC09 Free Speech Green

📋 copy color: '#1EDC09'

red 30 ◦ green 220 ◦ blue 9

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

Shades of Free Speech Green #1EDC09

Tints of Free Speech Green #1EDC09

RGB

 RED value IS 30 (12.11% from 255) = 11.58%

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

 BLUE value IS 9 (3.91% from 255) = 3.47%

R = 11.58%
G = 84.94%
B = 3.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#1EDC09 (or 0x1EDC09) is known color: Free Speech Green. HEX triplet: 1E, DC and 09. RGB value is (30,220,9). Sum of RGB (Red+Green+Blue) = 30+220+9=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 220 (86.33% from 255 or 84.94% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDC09 is #E123F6. Grayscale: #8B8B8B. Windows color (decimal): -14754807 or 646174. OLE color: 646174.

HSL color Cylindrical-coordinate representation of color #1EDC09: hue angle of 114.03º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1EDC09 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 220 9 -
CMYK 0.86 0 0.96 0.14
HSL 114.03º 0.92% 0.45% -
HSV(B) 114.03º 0.96% 0.86% -
XYZ 26.18 51.48 8.82 -
YUV 139.14 54.55 50.16 -
System Red Green Blue C M Y K H S L
Decimal 30 220 9 0.86 0 0.96 0.14 114.03 0.92 0.45
Hex 1E DC 9 56 0 60 E 72 5C 2D
Octal 36 334 11 126 0 140 16 162 134 55
Binary 11110 11011100 1001 1010110 0 1100000 1110 1110010 1011100 101101

Color Harmonies of #1EDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC09

Black with #1EDC09

Text Example


Text Example

White with #1EDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EDC09; }

 p { color: rgb(30,220,9); }

 H1.HeaderClassName
 {
   color: #1EDC09;
 }
 .AnyTagClassName
 {
   color: #1EDC09;
 }
</style>

background-color css

<style>
 a { background-color: #1EDC09; }

 a { background-color: rgb(30,220,9); }

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

border-color css

<style>
 span { border-color: #1EDC09; }

 span { border-color: rgb(30,220,9); }

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