#18EB07

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

Shades of Free Speech Green #18EB07

Tints of Free Speech Green #18EB07

Color information

#18EB07 (or 0x18EB07) is unknown color: approx Free Speech Green. HEX triplet: 18, EB and 07. RGB value is (24,235,7). Sum of RGB (Red+Green+Blue) = 24+235+7=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 235 (92.19% from 255 or 88.35% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 235 - color contains mainly: green. Hex color #18EB07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18EB07 is #E714F8. Grayscale: #929292. Windows color (decimal): -15144185 or 518936. OLE color: 518936.

HSL color Cylindrical-coordinate representation of color #18EB07: hue angle of 115.53º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18EB07 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB242357-
CMYK0.9000.970.08
HSL115.53º94.21%47.45%-
HSV(B)115.53º97.02%92.16%-
XYZ30.1259.6310.12-
YUV145.9249.641.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.02%
GREEN value IS 235 (92.19% from 255) = 88.35%
BLUE value IS 7 (3.12% from 255) = 2.63%
R=9.02%
G=88.35%
B=2.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2423570.9000.970.08115.5394.2147.45
Hex18EB75A0618745e2f
Octal30353713201411016413657
Binary1100011101011111101101001100001100011101001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18EB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,235,7); }

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

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

 a { background-color: rgb(24,235,7); }

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

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

 span { border-color: rgb(24,235,7); }

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