Html Css Color HEX #1ADC05 Free Speech Green

📋 copy color: '#1ADC05'

red 26 ◦ green 220 ◦ blue 5

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

Shades of Free Speech Green #1ADC05

Tints of Free Speech Green #1ADC05

RGB

 RED value IS 26 (10.55% from 255) = 10.36%

 GREEN value IS 220 (86.33% from 255) = 87.65%

 BLUE value IS 5 (2.34% from 255) = 1.99%

R = 10.36%
G = 87.65%
B = 1.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#1ADC05 (or 0x1ADC05) is known color: Free Speech Green. HEX triplet: 1A, DC and 05. RGB value is (26,220,5). Sum of RGB (Red+Green+Blue) = 26+220+5=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 220 (86.33% from 255 or 87.65% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADC05 is #E523FA. Grayscale: #8A8A8A. Windows color (decimal): -15016955 or 384026. OLE color: 384026.

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

Color convert

RGB 26 220 5 -
CMYK 0.88 0 0.98 0.14
HSL 114.14º 0.96% 0.44% -
HSV(B) 114.14º 0.98% 0.86% -
XYZ 26.05 51.42 8.7 -
YUV 137.48 53.23 48.48 -
System Red Green Blue C M Y K H S L
Decimal 26 220 5 0.88 0 0.98 0.14 114.14 0.96 0.44
Hex 1A DC 5 58 0 62 E 72 60 2C
Octal 32 334 5 130 0 142 16 162 140 54
Binary 11010 11011100 101 1011000 0 1100010 1110 1110010 1100000 101100

Color Harmonies of #1ADC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC05

Black with #1ADC05

Text Example


Text Example

White with #1ADC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ADC05;
 }
 .AnyTagClassName
 {
   color: #1ADC05;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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