Html Css Color HEX #1EDC16 Free Speech Green

📋 copy color: '#1EDC16'

red 30 ◦ green 220 ◦ blue 22

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

Shades of Free Speech Green #1EDC16

Tints of Free Speech Green #1EDC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 11.03%
G = 80.88%
B = 8.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#1EDC16 (or 0x1EDC16) is known color: Free Speech Green. HEX triplet: 1E, DC and 16. RGB value is (30,220,22). Sum of RGB (Red+Green+Blue) = 30+220+22=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 220 (86.33% from 255 or 80.88% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDC16 is #E123E9. Grayscale: #8D8D8D. Windows color (decimal): -14754794 or 1498142. OLE color: 1498142.

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

Color convert

RGB 30 220 22 -
CMYK 0.86 0 0.9 0.14
HSL 117.58º 0.82% 0.47% -
HSV(B) 117.58º 0.9% 0.86% -
XYZ 26.27 51.52 9.32 -
YUV 140.62 61.05 49.1 -
System Red Green Blue C M Y K H S L
Decimal 30 220 22 0.86 0 0.9 0.14 117.58 0.82 0.47
Hex 1E DC 16 56 0 5A E 76 52 2F
Octal 36 334 26 126 0 132 16 166 122 57
Binary 11110 11011100 10110 1010110 0 1011010 1110 1110110 1010010 101111

Color Harmonies of #1EDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC16

Black with #1EDC16

Text Example


Text Example

White with #1EDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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