Html Css Color HEX #1AE41D Free Speech Green

📋 copy color: '#1AE41D'

red 26 ◦ green 228 ◦ blue 29

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

Shades of Free Speech Green #1AE41D

Tints of Free Speech Green #1AE41D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 80.57%

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 9.19%
G = 80.57%
B = 10.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#1AE41D (or 0x1AE41D) is known color: Free Speech Green. HEX triplet: 1A, E4 and 1D. RGB value is (26,228,29). Sum of RGB (Red+Green+Blue) = 26+228+29=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 228 (89.45% from 255 or 80.57% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 228 - color contains mainly: green. Hex color #1AE41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE41D is #E51BE2. Grayscale: #919191. Windows color (decimal): -15014883 or 1958938. OLE color: 1958938.

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

Color convert

RGB 26 228 29 -
CMYK 0.89 0 0.87 0.11
HSL 120.89º 0.8% 0.5% -
HSV(B) 120.89º 0.89% 0.89% -
XYZ 28.39 55.8 10.44 -
YUV 144.92 62.58 43.18 -
System Red Green Blue C M Y K H S L
Decimal 26 228 29 0.89 0 0.87 0.11 120.89 0.8 0.5
Hex 1A E4 1D 59 0 57 B 79 50 32
Octal 32 344 35 131 0 127 13 171 120 62
Binary 11010 11100100 11101 1011001 0 1010111 1011 1111001 1010000 110010

Color Harmonies of #1AE41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE41D

Black with #1AE41D

Text Example


Text Example

White with #1AE41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,228,29); }

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

background-color css

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

 a { background-color: rgb(26,228,29); }

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

border-color css

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

 span { border-color: rgb(26,228,29); }

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