Html Css Color HEX #1ED90C Free Speech Green

📋 copy color: '#1ED90C'

red 30 ◦ green 217 ◦ blue 12

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

Shades of Free Speech Green #1ED90C

Tints of Free Speech Green #1ED90C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 83.78%

 BLUE value IS 12 (5.08% from 255) = 4.63%

R = 11.58%
G = 83.78%
B = 4.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#1ED90C (or 0x1ED90C) is known color: Free Speech Green. HEX triplet: 1E, D9 and 0C. RGB value is (30,217,12). Sum of RGB (Red+Green+Blue) = 30+217+12=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 217 (85.16% from 255 or 83.78% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED90C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED90C is #E126F3. Grayscale: #8A8A8A. Windows color (decimal): -14755572 or 842014. OLE color: 842014.

HSL color Cylindrical-coordinate representation of color #1ED90C: hue angle of 114.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ED90C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 217 12 -
CMYK 0.86 0 0.94 0.15
HSL 114.73º 0.9% 0.45% -
HSV(B) 114.73º 0.94% 0.85% -
XYZ 25.41 49.93 8.65 -
YUV 137.72 57.05 51.17 -
System Red Green Blue C M Y K H S L
Decimal 30 217 12 0.86 0 0.94 0.15 114.73 0.9 0.45
Hex 1E D9 C 56 0 5E F 73 5A 2D
Octal 36 331 14 126 0 136 17 163 132 55
Binary 11110 11011001 1100 1010110 0 1011110 1111 1110011 1011010 101101

Color Harmonies of #1ED90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED90C

Black with #1ED90C

Text Example


Text Example

White with #1ED90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,217,12); }

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

background-color css

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

 a { background-color: rgb(30,217,12); }

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

border-color css

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

 span { border-color: rgb(30,217,12); }

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