#18ed00

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

Shades of Free Speech Green #18ED00

Tints of Free Speech Green #18ED00

Color information

#18ED00 (or 0x18ED00) is unknown color: approx Free Speech Green. HEX triplet: 18, ED and 00. RGB value is (24,237,0). Sum of RGB (Red+Green+Blue) = 24+237+0=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 237 (92.97% from 255 or 90.80% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 237 - color contains mainly: green. Hex color #18ED00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18ED00 is #E712FF. Grayscale: #939393. Windows color (decimal): -15143680 or 60696. OLE color: 60696.

HSL color Cylindrical-coordinate representation of color #18ED00: hue angle of 113.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18ED00 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB242370-
CMYK0.90010.07
HSL113.92º100%46.47%-
HSV(B)113.92º100%92.94%-
XYZ30.6660.7610.11-
YUV146.2945.4340.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 237 (92.97% from 255) = 90.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.20%
G=90.80%
B=0%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2423700.90010.07113.9210046.47
Hex18ED05A064772642e
Octal3035501320144716214456
Binary1100011101101010110100110010011111100101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18ed00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18ed00; }

 p { color: rgb(24,237,0); }

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

<style>
 a { background-color: #18ed00; }

 a { background-color: rgb(24,237,0); }

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

<style>
 span { border-color: #18ed00; }

 span { border-color: rgb(24,237,0); }

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