#18FD17

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

Shades of Free Speech Green #18FD17

Tints of Free Speech Green #18FD17

Color information

#18FD17 (or 0x18FD17) is unknown color: approx Free Speech Green. HEX triplet: 18, FD and 17. RGB value is (24,253,23). Sum of RGB (Red+Green+Blue) = 24+253+23=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 253 (99.22% from 255 or 84.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 253 - color contains mainly: green. Hex color #18FD17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FD17 is #E702E8. Grayscale: #9E9E9E. Windows color (decimal): -15139561 or 1572120. OLE color: 1572120.

HSL color Cylindrical-coordinate representation of color #18FD17: hue angle of 119.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FD17 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB2425323-
CMYK0.9100.910.01
HSL119.74º98.29%54.12%-
HSV(B)119.74º90.91%99.22%-
XYZ35.6670.5112.54-
YUV158.3151.6332.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8%
GREEN value IS 253 (99.22% from 255) = 84.33%
BLUE value IS 23 (9.38% from 255) = 7.67%
R=8%
G=84.33%
B=7.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal24253230.9100.910.01119.7498.2954.12
Hex18FD175B05B1786236
Octal30375271330133117014266
Binary110001111110110111101101101011011111110001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18FD17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,253,23); }

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

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

 a { background-color: rgb(24,253,23); }

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

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

 span { border-color: rgb(24,253,23); }

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