#1EEA19

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

Shades of Free Speech Green #1EEA19

Tints of Free Speech Green #1EEA19

Color information

#1EEA19 (or 0x1EEA19) is unknown color: approx Free Speech Green. HEX triplet: 1E, EA and 19. RGB value is (30,234,25). Sum of RGB (Red+Green+Blue) = 30+234+25=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 234 (91.80% from 255 or 80.97% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 234 - color contains mainly: green. Hex color #1EEA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEA19 is #E115E6. Grayscale: #959595. Windows color (decimal): -14751207 or 1698334. OLE color: 1698334.

HSL color Cylindrical-coordinate representation of color #1EEA19: hue angle of 118.56º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EEA19 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB3023425-
CMYK0.8700.890.08
HSL118.56º83.27%50.78%-
HSV(B)118.56º89.32%91.76%-
XYZ30.1359.1910.76-
YUV149.1857.9142.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 234 (91.80% from 255) = 80.97%
BLUE value IS 25 (10.16% from 255) = 8.65%
R=10.38%
G=80.97%
B=8.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal30234250.8700.890.08118.5683.2750.78
Hex1EEA19570598775333
Octal363523112701311016712363
Binary111101110101011001101011101011001100011101111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,234,25); }

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

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

 a { background-color: rgb(30,234,25); }

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

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

 span { border-color: rgb(30,234,25); }

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