#1AF001

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

Shades of Free Speech Green #1AF001

Tints of Free Speech Green #1AF001

Color information

#1AF001 (or 0x1AF001) is unknown color: approx Free Speech Green. HEX triplet: 1A, F0 and 01. RGB value is (26,240,1). Sum of RGB (Red+Green+Blue) = 26+240+1=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 240 (94.14% from 255 or 89.89% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF001 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF001 is #E50FFE. Grayscale: #959595. Windows color (decimal): -15011839 or 127002. OLE color: 127002.

HSL color Cylindrical-coordinate representation of color #1AF001: hue angle of 113.72º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AF001 is Cyan = 0.89, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB262401-
CMYK0.8901.000.06
HSL113.72º99.17%47.25%-
HSV(B)113.72º99.58%94.12%-
XYZ31.5962.5410.44-
YUV148.7744.640.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 240 (94.14% from 255) = 89.89%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=9.74%
G=89.89%
B=0.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2624010.8901.000.06113.7299.1747.25
Hex1AF0159064672632f
Octal3236011310144616214357
Binary1101011110000110110010110010011011100101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,240,1); }

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

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

 a { background-color: rgb(26,240,1); }

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

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

 span { border-color: rgb(26,240,1); }

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