Html Css Color HEX #1AE119 Free Speech Green

📋 copy color: '#1AE119'

red 26 ◦ green 225 ◦ blue 25

#1AE119
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #1AE119

Tints of Free Speech Green #1AE119

RGB

 RED value IS 26 (10.55% from 255) = 9.42%

 GREEN value IS 225 (88.28% from 255) = 81.52%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 9.42%
G = 81.52%
B = 9.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#1AE119 (or 0x1AE119) is known color: Free Speech Green. HEX triplet: 1A, E1 and 19. RGB value is (26,225,25). Sum of RGB (Red+Green+Blue) = 26+225+25=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 225 (88.28% from 255 or 81.52% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE119 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AE119 is #E51EE6. Grayscale: #8F8F8F. Windows color (decimal): -15015655 or 1696026. OLE color: 1696026.

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

Color convert

RGB 26 225 25 -
CMYK 0.88 0 0.89 0.12
HSL 119.7º 0.8% 0.49% -
HSV(B) 119.7º 0.89% 0.88% -
XYZ 27.53 54.14 9.92 -
YUV 142.7 61.57 44.76 -
System Red Green Blue C M Y K H S L
Decimal 26 225 25 0.88 0 0.89 0.12 119.7 0.8 0.49
Hex 1A E1 19 58 0 59 C 78 50 31
Octal 32 341 31 130 0 131 14 170 120 61
Binary 11010 11100001 11001 1011000 0 1011001 1100 1111000 1010000 110001

Color Harmonies of #1AE119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE119

Black with #1AE119

Text Example


Text Example

White with #1AE119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,225,25); }

 H1.HeaderClassName
 {
   color: #1AE119;
 }
 .AnyTagClassName
 {
   color: #1AE119;
 }
</style>

background-color css

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

 a { background-color: rgb(26,225,25); }

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

border-color css

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

 span { border-color: rgb(26,225,25); }

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