#1AE20E

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

Shades of Free Speech Green #1AE20E

Tints of Free Speech Green #1AE20E

Color information

#1AE20E (or 0x1AE20E) is unknown color: approx Free Speech Green. HEX triplet: 1A, E2 and 0E. RGB value is (26,226,14). Sum of RGB (Red+Green+Blue) = 26+226+14=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 226 (88.67% from 255 or 84.96% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 226 - color contains mainly: green. Hex color #1AE20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AE20E is #E51DF1. Grayscale: #8E8E8E. Windows color (decimal): -15015410 or 975386. OLE color: 975386.

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

Color convert

RGB2622614-
CMYK0.8800.940.11
HSL116.6º88.33%47.06%-
HSV(B)116.6º93.81%88.63%-
XYZ27.754.649.5-
YUV142.0355.7445.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.77%
GREEN value IS 226 (88.67% from 255) = 84.96%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=9.77%
G=84.96%
B=5.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal26226140.8800.940.11116.688.3347.06
Hex1AE2E5805EB75582f
Octal323421613001361316513057
Binary11010111000101110101100001011110101111101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AE20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,226,14); }

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

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

 a { background-color: rgb(26,226,14); }

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

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

 span { border-color: rgb(26,226,14); }

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