#1AED14

Color #1AED14 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #1AED14

Tints of Free Speech Green #1AED14

Color information

#1AED14 (or 0x1AED14) is unknown color: approx Free Speech Green. HEX triplet: 1A, ED and 14. RGB value is (26,237,20). Sum of RGB (Red+Green+Blue) = 26+237+20=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 237 (92.97% from 255 or 83.75% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 237 - color contains mainly: green. Hex color #1AED14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AED14 is #E512EB. Grayscale: #959595. Windows color (decimal): -15012588 or 1371418. OLE color: 1371418.

HSL color Cylindrical-coordinate representation of color #1AED14: hue angle of 118.34º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AED14 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB2623720-
CMYK0.8900.920.07
HSL118.34º85.77%50.39%-
HSV(B)118.34º91.56%92.94%-
XYZ30.8460.8410.78-
YUV149.1755.140.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.19%
GREEN value IS 237 (92.97% from 255) = 83.75%
BLUE value IS 20 (8.20% from 255) = 7.07%
R=9.19%
G=83.75%
B=7.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal26237200.8900.920.07118.3485.7750.39
Hex1AED145905C7765632
Octal32355241310134716612662
Binary11010111011011010010110010101110011111101101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AED14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,237,20); }

 H1.HeaderClassName
 {
   color: #1AED14;
 }
 .AnyTagClassName
 {
   color: #1AED14;
 }
</style>
background-color css

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

 a { background-color: rgb(26,237,20); }

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

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

 span { border-color: rgb(26,237,20); }

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