Html Css Color HEX #1ED006 Free Speech Green

📋 copy color: '#1ED006'

red 30 ◦ green 208 ◦ blue 6

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

Shades of Free Speech Green #1ED006

Tints of Free Speech Green #1ED006

RGB

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

 GREEN value IS 208 (81.64% from 255) = 85.25%

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

R = 12.3%
G = 85.25%
B = 2.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#1ED006 (or 0x1ED006) is known color: Free Speech Green. HEX triplet: 1E, D0 and 06. RGB value is (30,208,6). Sum of RGB (Red+Green+Blue) = 30+208+6=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 208 (81.64% from 255 or 85.25% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED006 is #E12FF9. Grayscale: #848484. Windows color (decimal): -14757882 or 446494. OLE color: 446494.

HSL color Cylindrical-coordinate representation of color #1ED006: hue angle of 112.87º 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 #1ED006 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 208 6 -
CMYK 0.86 0 0.97 0.18
HSL 112.87º 0.94% 0.42% -
HSV(B) 112.87º 0.97% 0.82% -
XYZ 23.12 45.4 7.72 -
YUV 131.75 57.03 55.43 -
System Red Green Blue C M Y K H S L
Decimal 30 208 6 0.86 0 0.97 0.18 112.87 0.94 0.42
Hex 1E D0 6 56 0 61 12 71 5E 2A
Octal 36 320 6 126 0 141 22 161 136 52
Binary 11110 11010000 110 1010110 0 1100001 10010 1110001 1011110 101010

Color Harmonies of #1ED006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED006

Black with #1ED006

Text Example


Text Example

White with #1ED006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,208,6); }

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

background-color css

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

 a { background-color: rgb(30,208,6); }

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

border-color css

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

 span { border-color: rgb(30,208,6); }

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