#1DFA18

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

Shades of Free Speech Green #1DFA18

Tints of Free Speech Green #1DFA18

Color information

#1DFA18 (or 0x1DFA18) is unknown color: approx Free Speech Green. HEX triplet: 1D, FA and 18. RGB value is (29,250,24). Sum of RGB (Red+Green+Blue) = 29+250+24=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 250 (98.05% from 255 or 82.51% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFA18 is #E205E7. Grayscale: #9E9E9E. Windows color (decimal): -14812648 or 1636893. OLE color: 1636893.

HSL color Cylindrical-coordinate representation of color #1DFA18: hue angle of 118.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DFA18 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2925024-
CMYK0.8800.900.02
HSL118.67º95.76%53.73%-
HSV(B)118.67º90.4%98.04%-
XYZ34.8668.712.29-
YUV158.1652.2835.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.57%
GREEN value IS 250 (98.05% from 255) = 82.51%
BLUE value IS 24 (9.77% from 255) = 7.92%
R=9.57%
G=82.51%
B=7.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal29250240.8800.900.02118.6795.7653.73
Hex1DFA185805A2776036
Octal35372301300132216714066
Binary1110111111010110001011000010110101011101111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DFA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DFA18; }

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

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

<style>
 a { background-color: #1DFA18; }

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

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

<style>
 span { border-color: #1DFA18; }

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

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