#18F02F

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

Shades of Free Speech Green #18F02F

Tints of Free Speech Green #18F02F

Color information

#18F02F (or 0x18F02F) is unknown color: approx Free Speech Green. HEX triplet: 18, F0 and 2F. RGB value is (24,240,47). Sum of RGB (Red+Green+Blue) = 24+240+47=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 240 (94.14% from 255 or 77.17% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 240 - color contains mainly: green. Hex color #18F02F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F02F is #E70FD0. Grayscale: #999999. Windows color (decimal): -15142865 or 3141656. OLE color: 3141656.

HSL color Cylindrical-coordinate representation of color #18F02F: hue angle of 126.39º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F02F is Cyan = 0.9, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB2424047-
CMYK0.900.800.06
HSL126.39º87.8%51.76%-
HSV(B)126.39º90%94.12%-
XYZ32.0562.7213.11-
YUV153.4167.9435.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.72%
GREEN value IS 240 (94.14% from 255) = 77.17%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=7.72%
G=77.17%
B=15.11%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24240470.900.800.06126.3987.851.76
Hex18F02F5A05067e5834
Octal30360571320120617613064
Binary110001111000010111110110100101000011011111101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,240,47); }

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

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

 a { background-color: rgb(24,240,47); }

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

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

 span { border-color: rgb(24,240,47); }

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