Html Css Color HEX #1ADC14 Free Speech Green

📋 copy color: '#1ADC14'

red 26 ◦ green 220 ◦ blue 20

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

Shades of Free Speech Green #1ADC14

Tints of Free Speech Green #1ADC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 9.77%
G = 82.71%
B = 7.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#1ADC14 (or 0x1ADC14) is known color: Free Speech Green. HEX triplet: 1A, DC and 14. RGB value is (26,220,20). Sum of RGB (Red+Green+Blue) = 26+220+20=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 220 (86.33% from 255 or 82.71% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADC14 is #E523EB. Grayscale: #8B8B8B. Windows color (decimal): -15016940 or 1367066. OLE color: 1367066.

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

Color convert

RGB 26 220 20 -
CMYK 0.88 0 0.91 0.14
HSL 118.2º 0.83% 0.47% -
HSV(B) 118.2º 0.91% 0.86% -
XYZ 26.15 51.46 9.22 -
YUV 139.19 60.73 47.26 -
System Red Green Blue C M Y K H S L
Decimal 26 220 20 0.88 0 0.91 0.14 118.2 0.83 0.47
Hex 1A DC 14 58 0 5B E 76 53 2F
Octal 32 334 24 130 0 133 16 166 123 57
Binary 11010 11011100 10100 1011000 0 1011011 1110 1110110 1010011 101111

Color Harmonies of #1ADC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC14

Black with #1ADC14

Text Example


Text Example

White with #1ADC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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