#1AF815

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

Shades of Free Speech Green #1AF815

Tints of Free Speech Green #1AF815

Color information

#1AF815 (or 0x1AF815) is unknown color: approx Free Speech Green. HEX triplet: 1A, F8 and 15. RGB value is (26,248,21). Sum of RGB (Red+Green+Blue) = 26+248+21=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 248 (97.27% from 255 or 84.07% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF815 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF815 is #E507EA. Grayscale: #9C9C9C. Windows color (decimal): -15009771 or 1439770. OLE color: 1439770.

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

Color convert

RGB2624821-
CMYK0.9000.920.03
HSL118.68º94.19%52.75%-
HSV(B)118.68º91.53%97.25%-
XYZ34.1367.4111.92-
YUV155.7451.9535.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.81%
GREEN value IS 248 (97.27% from 255) = 84.07%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=8.81%
G=84.07%
B=7.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal26248210.9000.920.03118.6894.1952.75
Hex1AF8155A05C3775e35
Octal32370251320134316713665
Binary1101011111000101011011010010111001111101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,248,21); }

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

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

 a { background-color: rgb(26,248,21); }

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

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

 span { border-color: rgb(26,248,21); }

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