#1AEA29

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

Shades of Free Speech Green #1AEA29

Tints of Free Speech Green #1AEA29

Color information

#1AEA29 (or 0x1AEA29) is unknown color: approx Free Speech Green. HEX triplet: 1A, EA and 29. RGB value is (26,234,41). Sum of RGB (Red+Green+Blue) = 26+234+41=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 234 (91.80% from 255 or 77.74% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 234 - color contains mainly: green. Hex color #1AEA29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AEA29 is #E515D6. Grayscale: #969696. Windows color (decimal): -15013335 or 2746906. OLE color: 2746906.

HSL color Cylindrical-coordinate representation of color #1AEA29: hue angle of 124.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEA29 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB2623441-
CMYK0.8900.820.08
HSL124.33º83.2%50.98%-
HSV(B)124.33º88.89%91.76%-
XYZ30.2559.2311.94-
YUV149.8166.5939.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 234 (91.80% from 255) = 77.74%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=8.64%
G=77.74%
B=13.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal26234410.8900.820.08124.3383.250.98
Hex1AEA295905287c5333
Octal323525113101221017412363
Binary1101011101010101001101100101010010100011111001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AEA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,234,41); }

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

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

 a { background-color: rgb(26,234,41); }

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

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

 span { border-color: rgb(26,234,41); }

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