Html Css Color HEX #1ADC19 Free Speech Green

📋 copy color: '#1ADC19'

red 26 ◦ green 220 ◦ blue 25

#1ADC19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #1ADC19

Tints of Free Speech Green #1ADC19

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 value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#1ADC19 (or 0x1ADC19) is known color: 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

RGB 26 220 25 -
CMYK 0.88 0 0.89 0.14
HSL 119.69º 0.8% 0.48% -
HSV(B) 119.69º 0.89% 0.86% -
XYZ 26.19 51.48 9.48 -
YUV 139.76 63.23 46.86 -
System Red Green Blue C M Y K H S L
Decimal 26 220 25 0.88 0 0.89 0.14 119.69 0.8 0.48
Hex 1A DC 19 58 0 59 E 78 50 30
Octal 32 334 31 130 0 131 16 170 120 60
Binary 11010 11011100 11001 1011000 0 1011001 1110 1111000 1010000 110000

Color Harmonies of #1ADC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC19

Black with #1ADC19

Text Example


Text Example

White with #1ADC19

Text Example


Text Example

HTML Codes & Css Web 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>