Html Css Color HEX #1ADD1C Free Speech Green

📋 copy color: '#1ADD1C'

red 26 ◦ green 221 ◦ blue 28

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

Shades of Free Speech Green #1ADD1C

Tints of Free Speech Green #1ADD1C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 80.36%

 BLUE value IS 28 (11.33% from 255) = 10.18%

R = 9.45%
G = 80.36%
B = 10.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#1ADD1C (or 0x1ADD1C) is known color: Free Speech Green. HEX triplet: 1A, DD and 1C. RGB value is (26,221,28). Sum of RGB (Red+Green+Blue) = 26+221+28=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 221 (86.72% from 255 or 80.36% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD1C is #E522E3. Grayscale: #8D8D8D. Windows color (decimal): -15016676 or 1891610. OLE color: 1891610.

HSL color Cylindrical-coordinate representation of color #1ADD1C: hue angle of 120.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADD1C is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 221 28 -
CMYK 0.88 0 0.87 0.13
HSL 120.62º 0.79% 0.48% -
HSV(B) 120.62º 0.88% 0.87% -
XYZ 26.49 52.02 9.74 -
YUV 140.69 64.4 46.19 -
System Red Green Blue C M Y K H S L
Decimal 26 221 28 0.88 0 0.87 0.13 120.62 0.79 0.48
Hex 1A DD 1C 58 0 57 D 79 4F 30
Octal 32 335 34 130 0 127 15 171 117 60
Binary 11010 11011101 11100 1011000 0 1010111 1101 1111001 1001111 110000

Color Harmonies of #1ADD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADD1C

Black with #1ADD1C

Text Example


Text Example

White with #1ADD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,221,28); }

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

background-color css

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

 a { background-color: rgb(26,221,28); }

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

border-color css

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

 span { border-color: rgb(26,221,28); }

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