Html Css Color HEX #1AE514 Free Speech Green

📋 copy color: '#1AE514'

red 26 ◦ green 229 ◦ blue 20

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

Shades of Free Speech Green #1AE514

Tints of Free Speech Green #1AE514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 9.45%
G = 83.27%
B = 7.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#1AE514 (or 0x1AE514) is known color: Free Speech Green. HEX triplet: 1A, E5 and 14. RGB value is (26,229,20). Sum of RGB (Red+Green+Blue) = 26+229+20=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 229 (89.84% from 255 or 83.27% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AE514 is #E51AEB. Grayscale: #919191. Windows color (decimal): -15014636 or 1369370. OLE color: 1369370.

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

Color convert

RGB 26 229 20 -
CMYK 0.89 0 0.91 0.10
HSL 118.28º 0.84% 0.49% -
HSV(B) 118.28º 0.91% 0.9% -
XYZ 28.57 56.31 10.02 -
YUV 144.48 57.75 43.49 -
System Red Green Blue C M Y K H S L
Decimal 26 229 20 0.89 0 0.91 0.10 118.28 0.84 0.49
Hex 1A E5 14 59 0 5B A 76 54 31
Octal 32 345 24 131 0 133 12 166 124 61
Binary 11010 11100101 10100 1011001 0 1011011 1010 1110110 1010100 110001

Color Harmonies of #1AE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE514

Black with #1AE514

Text Example


Text Example

White with #1AE514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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