#1AD20C

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

Shades of Free Speech Green #1AD20C

Tints of Free Speech Green #1AD20C

Color information

#1AD20C (or 0x1AD20C) is unknown color: approx Free Speech Green. HEX triplet: 1A, D2 and 0C. RGB value is (26,210,12). Sum of RGB (Red+Green+Blue) = 26+210+12=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 210 (82.42% from 255 or 84.68% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD20C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD20C is #E52DF3. Grayscale: #858585. Windows color (decimal): -15019508 or 840218. OLE color: 840218.

HSL color Cylindrical-coordinate representation of color #1AD20C: hue angle of 115.76º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AD20C is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB2621012-
CMYK0.8800.940.18
HSL115.76º89.19%43.53%-
HSV(B)115.76º94.29%82.35%-
XYZ23.5446.348.05-
YUV132.4160.0452.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.48%
GREEN value IS 210 (82.42% from 255) = 84.68%
BLUE value IS 12 (5.08% from 255) = 4.84%
R=10.48%
G=84.68%
B=4.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26210120.8800.940.18115.7689.1943.53
Hex1AD2C5805E1274592c
Octal323221413001362216413154
Binary110101101001011001011000010111101001011101001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,210,12); }

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

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

 a { background-color: rgb(26,210,12); }

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

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

 span { border-color: rgb(26,210,12); }

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