#1AEE12

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

Shades of Free Speech Green #1AEE12

Tints of Free Speech Green #1AEE12

Color information

#1AEE12 (or 0x1AEE12) is unknown color: approx Free Speech Green. HEX triplet: 1A, EE and 12. RGB value is (26,238,18). Sum of RGB (Red+Green+Blue) = 26+238+18=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 238 (93.36% from 255 or 84.40% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 238 - color contains mainly: green. Hex color #1AEE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AEE12 is #E511ED. Grayscale: #969696. Windows color (decimal): -15012334 or 1240602. OLE color: 1240602.

HSL color Cylindrical-coordinate representation of color #1AEE12: hue angle of 117.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AEE12 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB2623818-
CMYK0.8900.920.07
HSL117.82º86.61%50.2%-
HSV(B)117.82º92.44%93.33%-
XYZ31.1161.4110.79-
YUV149.5353.7639.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.22%
GREEN value IS 238 (93.36% from 255) = 84.40%
BLUE value IS 18 (7.42% from 255) = 6.38%
R=9.22%
G=84.40%
B=6.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal26238180.8900.920.07117.8286.6150.2
Hex1AEE125905C7765732
Octal32356221310134716612762
Binary11010111011101001010110010101110011111101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AEE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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