#1AF312

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

Shades of Free Speech Green #1AF312

Tints of Free Speech Green #1AF312

Color information

#1AF312 (or 0x1AF312) is unknown color: approx Free Speech Green. HEX triplet: 1A, F3 and 12. RGB value is (26,243,18). Sum of RGB (Red+Green+Blue) = 26+243+18=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 243 (95.31% from 255 or 84.67% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF312 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF312 is #E50CED. Grayscale: #999999. Windows color (decimal): -15011054 or 1241882. OLE color: 1241882.

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

Color convert

RGB2624318-
CMYK0.8900.930.05
HSL117.87º90.36%51.18%-
HSV(B)117.87º92.59%95.29%-
XYZ32.5964.3611.28-
YUV152.4752.1137.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.06%
GREEN value IS 243 (95.31% from 255) = 84.67%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=9.06%
G=84.67%
B=6.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal26243180.8900.930.05117.8790.3651.18
Hex1AF3125905D5765a33
Octal32363221310135516613263
Binary11010111100111001010110010101110110111101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,243,18); }

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

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

 a { background-color: rgb(26,243,18); }

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

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

 span { border-color: rgb(26,243,18); }

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