#18ED0F

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

Shades of Free Speech Green #18ED0F

Tints of Free Speech Green #18ED0F

Color information

#18ED0F (or 0x18ED0F) is unknown color: approx Free Speech Green. HEX triplet: 18, ED and 0F. RGB value is (24,237,15). Sum of RGB (Red+Green+Blue) = 24+237+15=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 237 (92.97% from 255 or 85.87% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 237 - color contains mainly: green. Hex color #18ED0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18ED0F is #E712F0. Grayscale: #949494. Windows color (decimal): -15143665 or 1043736. OLE color: 1043736.

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

Color convert

RGB2423715-
CMYK0.9000.940.07
HSL117.57º88.1%49.41%-
HSV(B)117.57º93.67%92.94%-
XYZ30.7560.810.57-
YUV14852.9339.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.70%
GREEN value IS 237 (92.97% from 255) = 85.87%
BLUE value IS 15 (6.25% from 255) = 5.43%
R=8.70%
G=85.87%
B=5.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal24237150.9000.940.07117.5788.149.41
Hex18EDF5A05E7765831
Octal30355171320136716613061
Binary1100011101101111110110100101111011111101101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18ED0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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