Html Css Color HEX #1AE482 Spring Green

📋 copy color: '#1AE482'

red 26 ◦ green 228 ◦ blue 130

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

Shades of Spring Green #1AE482

Tints of Spring Green #1AE482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.85%

R = 6.77%
G = 59.38%
B = 33.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#1AE482 (or 0x1AE482) is known color: Spring Green. HEX triplet: 1A, E4 and 82. RGB value is (26,228,130). Sum of RGB (Red+Green+Blue) = 26+228+130=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 228 (89.45% from 255 or 59.38% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 228 - color contains mainly: green. Hex color #1AE482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE482 is #E51B7D. Grayscale: #9C9C9C. Windows color (decimal): -15014782 or 8578074. OLE color: 8578074.

HSL color Cylindrical-coordinate representation of color #1AE482: hue angle of 150.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 #1AE482 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 26 228 130 -
CMYK 0.89 0 0.43 0.11
HSL 150.89º 0.8% 0.5% -
HSV(B) 150.89º 0.89% 0.89% -
XYZ 32.2 57.32 30.49 -
YUV 156.43 113.08 34.97 -
System Red Green Blue C M Y K H S L
Decimal 26 228 130 0.89 0 0.43 0.11 150.89 0.8 0.5
Hex 1A E4 82 59 0 2B B 97 50 32
Octal 32 344 202 131 0 53 13 227 120 62
Binary 11010 11100100 10000010 1011001 0 101011 1011 10010111 1010000 110010

Color Harmonies of #1AE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE482

Black with #1AE482

Text Example


Text Example

White with #1AE482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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