#18F716

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

Shades of Free Speech Green #18F716

Tints of Free Speech Green #18F716

Color information

#18F716 (or 0x18F716) is unknown color: approx Free Speech Green. HEX triplet: 18, F7 and 16. RGB value is (24,247,22). Sum of RGB (Red+Green+Blue) = 24+247+22=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 247 (96.88% from 255 or 84.30% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 247 - color contains mainly: green. Hex color #18F716 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F716 is #E708E9. Grayscale: #9B9B9B. Windows color (decimal): -15141098 or 1505048. OLE color: 1505048.

HSL color Cylindrical-coordinate representation of color #18F716: hue angle of 119.47º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18F716 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB2424722-
CMYK0.9000.910.03
HSL119.47º93.36%52.75%-
HSV(B)119.47º91.09%96.86%-
XYZ33.7866.7711.87-
YUV154.6753.1234.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.19%
GREEN value IS 247 (96.88% from 255) = 84.30%
BLUE value IS 22 (8.98% from 255) = 7.51%
R=8.19%
G=84.30%
B=7.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24247220.9000.910.03119.4793.3652.75
Hex18F7165A05B3775d35
Octal30367261320133316713565
Binary1100011110111101101011010010110111111101111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,247,22); }

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

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

 a { background-color: rgb(24,247,22); }

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

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

 span { border-color: rgb(24,247,22); }

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