Html Css Color HEX #1AE080 Spring Green

📋 copy color: '#1AE080'

red 26 ◦ green 224 ◦ blue 128

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

Shades of Spring Green #1AE080

Tints of Spring Green #1AE080

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.26%

 BLUE value IS 128 (50.39% from 255) = 33.86%

R = 6.88%
G = 59.26%
B = 33.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#1AE080 (or 0x1AE080) is known color: Spring Green. HEX triplet: 1A, E0 and 80. RGB value is (26,224,128). Sum of RGB (Red+Green+Blue) = 26+224+128=378 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.88% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #1AE080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE080 is #E51F7F. Grayscale: #9A9A9A. Windows color (decimal): -15015808 or 8445978. OLE color: 8445978.

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

Color convert

RGB 26 224 128 -
CMYK 0.88 0 0.43 0.12
HSL 150.91º 0.79% 0.49% -
HSV(B) 150.91º 0.88% 0.88% -
XYZ 30.98 55.09 29.42 -
YUV 153.85 113.4 36.81 -
System Red Green Blue C M Y K H S L
Decimal 26 224 128 0.88 0 0.43 0.12 150.91 0.79 0.49
Hex 1A E0 80 58 0 2B C 97 4F 31
Octal 32 340 200 130 0 53 14 227 117 61
Binary 11010 11100000 10000000 1011000 0 101011 1100 10010111 1001111 110001

Color Harmonies of #1AE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE080

Black with #1AE080

Text Example


Text Example

White with #1AE080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,224,128); }

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

background-color css

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

 a { background-color: rgb(26,224,128); }

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

border-color css

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

 span { border-color: rgb(26,224,128); }

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