#1AF716

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

Shades of Free Speech Green #1AF716

Tints of Free Speech Green #1AF716

Color information

#1AF716 (or 0x1AF716) is unknown color: approx Free Speech Green. HEX triplet: 1A, F7 and 16. RGB value is (26,247,22). Sum of RGB (Red+Green+Blue) = 26+247+22=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 247 (96.88% from 255 or 83.73% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF716 is #E508E9. Grayscale: #9B9B9B. Windows color (decimal): -15010026 or 1505050. OLE color: 1505050.

HSL color Cylindrical-coordinate representation of color #1AF716: hue angle of 118.93º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1AF716 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB2624722-
CMYK0.8900.910.03
HSL118.93º93.36%52.75%-
HSV(B)118.93º91.09%96.86%-
XYZ33.8366.811.87-
YUV155.2752.7835.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.81%
GREEN value IS 247 (96.88% from 255) = 83.73%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=8.81%
G=83.73%
B=7.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal26247220.8900.910.03118.9393.3652.75
Hex1AF7165905B3775d35
Octal32367261310133316713565
Binary1101011110111101101011001010110111111101111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,247,22); }

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

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

 a { background-color: rgb(26,247,22); }

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

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

 span { border-color: rgb(26,247,22); }

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