#1ADC19

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

Shades of Free Speech Green #1ADC19

Tints of Free Speech Green #1ADC19

Color information

#1ADC19 (or 0x1ADC19) is unknown color: approx Free Speech Green. HEX triplet: 1A, DC and 19. RGB value is (26,220,25). Sum of RGB (Red+Green+Blue) = 26+220+25=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 220 (86.33% from 255 or 81.18% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADC19 is #E523E6. Grayscale: #8C8C8C. Windows color (decimal): -15016935 or 1694746. OLE color: 1694746.

HSL color Cylindrical-coordinate representation of color #1ADC19: hue angle of 119.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADC19 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB2622025-
CMYK0.8800.890.14
HSL119.69º79.59%48.04%-
HSV(B)119.69º88.64%86.27%-
XYZ26.1951.489.48-
YUV139.7663.2346.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.59%
GREEN value IS 220 (86.33% from 255) = 81.18%
BLUE value IS 25 (10.16% from 255) = 9.23%
R=9.59%
G=81.18%
B=9.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal26220250.8800.890.14119.6979.5948.04
Hex1ADC1958059E785030
Octal323343113001311617012060
Binary110101101110011001101100001011001111011110001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ADC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,220,25); }

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

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

 a { background-color: rgb(26,220,25); }

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

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

 span { border-color: rgb(26,220,25); }

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