#1AF409

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

Shades of Free Speech Green #1AF409

Tints of Free Speech Green #1AF409

Color information

#1AF409 (or 0x1AF409) is unknown color: approx Free Speech Green. HEX triplet: 1A, F4 and 09. RGB value is (26,244,9). Sum of RGB (Red+Green+Blue) = 26+244+9=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 244 (95.70% from 255 or 87.46% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF409 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF409 is #E50BF6. Grayscale: #989898. Windows color (decimal): -15010807 or 652314. OLE color: 652314.

HSL color Cylindrical-coordinate representation of color #1AF409: hue angle of 115.66º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AF409 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB262449-
CMYK0.8900.960.04
HSL115.66º92.89%49.61%-
HSV(B)115.66º96.31%95.69%-
XYZ32.8364.9411.06-
YUV152.0347.2838.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.32%
GREEN value IS 244 (95.70% from 255) = 87.46%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=9.32%
G=87.46%
B=3.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2624490.8900.960.04115.6692.8949.61
Hex1AF49590604745d32
Octal32364111310140416413562
Binary1101011110100100110110010110000010011101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,244,9); }

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

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

 a { background-color: rgb(26,244,9); }

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

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

 span { border-color: rgb(26,244,9); }

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