Html Css Color HEX #1AEA7C Spring Green

📋 copy color: '#1AEA7C'

red 26 ◦ green 234 ◦ blue 124

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

Shades of Spring Green #1AEA7C

Tints of Spring Green #1AEA7C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 60.94%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 6.77%
G = 60.94%
B = 32.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#1AEA7C (or 0x1AEA7C) is known color: Spring Green. HEX triplet: 1A, EA and 7C. RGB value is (26,234,124). Sum of RGB (Red+Green+Blue) = 26+234+124=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 234 (91.80% from 255 or 60.94% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 234 - color contains mainly: green. Hex color #1AEA7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AEA7C is #E51583. Grayscale: #9F9F9F. Windows color (decimal): -15013252 or 8186394. OLE color: 8186394.

HSL color Cylindrical-coordinate representation of color #1AEA7C: hue angle of 148.27º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEA7C is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 234 124 -
CMYK 0.89 0 0.47 0.08
HSL 148.27º 0.83% 0.51% -
HSV(B) 148.27º 0.89% 0.92% -
XYZ 33.49 60.52 28.99 -
YUV 159.27 108.09 32.94 -
System Red Green Blue C M Y K H S L
Decimal 26 234 124 0.89 0 0.47 0.08 148.27 0.83 0.51
Hex 1A EA 7C 59 0 2F 8 94 53 33
Octal 32 352 174 131 0 57 10 224 123 63
Binary 11010 11101010 1111100 1011001 0 101111 1000 10010100 1010011 110011

Color Harmonies of #1AEA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEA7C

Black with #1AEA7C

Text Example


Text Example

White with #1AEA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,234,124); }

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

background-color css

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

 a { background-color: rgb(26,234,124); }

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

border-color css

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

 span { border-color: rgb(26,234,124); }

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