#1AF21C

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

Shades of Free Speech Green #1AF21C

Tints of Free Speech Green #1AF21C

Color information

#1AF21C (or 0x1AF21C) is unknown color: approx Free Speech Green. HEX triplet: 1A, F2 and 1C. RGB value is (26,242,28). Sum of RGB (Red+Green+Blue) = 26+242+28=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 242 (94.92% from 255 or 81.76% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF21C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF21C is #E50DE3. Grayscale: #999999. Windows color (decimal): -15011300 or 1896986. OLE color: 1896986.

HSL color Cylindrical-coordinate representation of color #1AF21C: hue angle of 120.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF21C is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB2624228-
CMYK0.8900.880.05
HSL120.56º89.26%52.55%-
HSV(B)120.56º89.26%94.9%-
XYZ32.3963.8111.71-
YUV153.0257.4437.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.78%
GREEN value IS 242 (94.92% from 255) = 81.76%
BLUE value IS 28 (11.33% from 255) = 9.46%
R=8.78%
G=81.76%
B=9.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal26242280.8900.880.05120.5689.2652.55
Hex1AF21C590585795935
Octal32362341310130517113165
Binary11010111100101110010110010101100010111110011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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