#18FA15

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

Shades of Free Speech Green #18FA15

Tints of Free Speech Green #18FA15

Color information

#18FA15 (or 0x18FA15) is unknown color: approx Free Speech Green. HEX triplet: 18, FA and 15. RGB value is (24,250,21). Sum of RGB (Red+Green+Blue) = 24+250+21=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 250 (98.05% from 255 or 84.75% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FA15 is #E705EA. Grayscale: #9D9D9D. Windows color (decimal): -15140331 or 1440280. OLE color: 1440280.

HSL color Cylindrical-coordinate representation of color #18FA15: hue angle of 119.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18FA15 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB2425021-
CMYK0.9000.920.02
HSL119.21º95.82%53.14%-
HSV(B)119.21º91.6%98.04%-
XYZ34.768.6212.13-
YUV156.3251.6333.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.14%
GREEN value IS 250 (98.05% from 255) = 84.75%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=8.14%
G=84.75%
B=7.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24250210.9000.920.02119.2195.8253.14
Hex18FA155A05C2776035
Octal30372251320134216714065
Binary1100011111010101011011010010111001011101111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18FA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,250,21); }

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

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

 a { background-color: rgb(24,250,21); }

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

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

 span { border-color: rgb(24,250,21); }

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