#1AFF12

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

Shades of Free Speech Green #1AFF12

Tints of Free Speech Green #1AFF12

Color information

#1AFF12 (or 0x1AFF12) is unknown color: approx Free Speech Green. HEX triplet: 1A, FF and 12. RGB value is (26,255,18). Sum of RGB (Red+Green+Blue) = 26+255+18=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 255 (100% from 255 or 85.28% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFF12 is #E500ED. Grayscale: #A0A0A0. Windows color (decimal): -15007982 or 1244954. OLE color: 1244954.

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

Color convert

RGB2625518-
CMYK0.9000.930
HSL117.97º100%53.53%-
HSV(B)117.97º92.94%100%-
XYZ36.371.7812.51-
YUV159.5148.1332.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.70%
GREEN value IS 255 (100% from 255) = 85.28%
BLUE value IS 18 (7.42% from 255) = 6.02%
R=8.70%
G=85.28%
B=6.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal26255180.9000.930117.9710053.53
Hex1AFF125A05D0766436
Octal32377221320135016614466
Binary110101111111110010101101001011101011101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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