Html Css Color HEX #1AE501 Free Speech Green

📋 copy color: '#1AE501'

red 26 ◦ green 229 ◦ blue 1

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

Shades of Free Speech Green #1AE501

Tints of Free Speech Green #1AE501

RGB

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

 GREEN value IS 229 (89.84% from 255) = 89.45%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 10.16%
G = 89.45%
B = 0.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#1AE501 (or 0x1AE501) is known color: Free Speech Green. HEX triplet: 1A, E5 and 01. RGB value is (26,229,1). Sum of RGB (Red+Green+Blue) = 26+229+1=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 229 (89.84% from 255 or 89.45% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AE501 is #E51AFE. Grayscale: #8F8F8F. Windows color (decimal): -15014655 or 124186. OLE color: 124186.

HSL color Cylindrical-coordinate representation of color #1AE501: hue angle of 113.42º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AE501 is Cyan = 0.89, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 26 229 1 -
CMYK 0.89 0 1.00 0.10
HSL 113.42º 0.99% 0.45% -
HSV(B) 113.42º 1% 0.9% -
XYZ 28.45 56.26 9.39 -
YUV 142.31 48.25 45.04 -
System Red Green Blue C M Y K H S L
Decimal 26 229 1 0.89 0 1.00 0.10 113.42 0.99 0.45
Hex 1A E5 1 59 0 64 A 71 63 2D
Octal 32 345 1 131 0 144 12 161 143 55
Binary 11010 11100101 1 1011001 0 1100100 1010 1110001 1100011 101101

Color Harmonies of #1AE501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE501

Black with #1AE501

Text Example


Text Example

White with #1AE501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,229,1); }

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

background-color css

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

 a { background-color: rgb(26,229,1); }

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

border-color css

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

 span { border-color: rgb(26,229,1); }

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