Html Css Color HEX #1ED710 Free Speech Green

📋 copy color: '#1ED710'

red 30 ◦ green 215 ◦ blue 16

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

Shades of Free Speech Green #1ED710

Tints of Free Speech Green #1ED710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 82.38%

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

R = 11.49%
G = 82.38%
B = 6.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#1ED710 (or 0x1ED710) is known color: Free Speech Green. HEX triplet: 1E, D7 and 10. RGB value is (30,215,16). Sum of RGB (Red+Green+Blue) = 30+215+16=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 215 (84.38% from 255 or 82.38% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED710 is #E128EF. Grayscale: #898989. Windows color (decimal): -14756080 or 1103646. OLE color: 1103646.

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

Color convert

RGB 30 215 16 -
CMYK 0.86 0 0.93 0.16
HSL 115.78º 0.86% 0.45% -
HSV(B) 115.78º 0.93% 0.84% -
XYZ 24.93 48.91 8.62 -
YUV 137 59.71 51.68 -
System Red Green Blue C M Y K H S L
Decimal 30 215 16 0.86 0 0.93 0.16 115.78 0.86 0.45
Hex 1E D7 10 56 0 5D 10 74 56 2D
Octal 36 327 20 126 0 135 20 164 126 55
Binary 11110 11010111 10000 1010110 0 1011101 10000 1110100 1010110 101101

Color Harmonies of #1ED710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED710

Black with #1ED710

Text Example


Text Example

White with #1ED710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,215,16); }

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

background-color css

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

 a { background-color: rgb(30,215,16); }

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

border-color css

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

 span { border-color: rgb(30,215,16); }

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