Html Css Color HEX #1ED906 Free Speech Green

📋 copy color: '#1ED906'

red 30 ◦ green 217 ◦ blue 6

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

Shades of Free Speech Green #1ED906

Tints of Free Speech Green #1ED906

RGB

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

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

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

R = 11.86%
G = 85.77%
B = 2.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#1ED906 (or 0x1ED906) is known color: Free Speech Green. HEX triplet: 1E, D9 and 06. RGB value is (30,217,6). Sum of RGB (Red+Green+Blue) = 30+217+6=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 217 (85.16% from 255 or 85.77% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED906 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED906 is #E126F9. Grayscale: #898989. Windows color (decimal): -14755578 or 448798. OLE color: 448798.

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

Color convert

RGB 30 217 6 -
CMYK 0.86 0 0.97 0.15
HSL 113.18º 0.95% 0.44% -
HSV(B) 113.18º 0.97% 0.85% -
XYZ 25.38 49.91 8.47 -
YUV 137.03 54.05 51.66 -
System Red Green Blue C M Y K H S L
Decimal 30 217 6 0.86 0 0.97 0.15 113.18 0.95 0.44
Hex 1E D9 6 56 0 61 F 71 5F 2C
Octal 36 331 6 126 0 141 17 161 137 54
Binary 11110 11011001 110 1010110 0 1100001 1111 1110001 1011111 101100

Color Harmonies of #1ED906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED906

Black with #1ED906

Text Example


Text Example

White with #1ED906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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