Html Css Color HEX #1AEA74 Spring Green

📋 copy color: '#1AEA74'

red 26 ◦ green 234 ◦ blue 116

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

Shades of Spring Green #1AEA74

Tints of Spring Green #1AEA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 6.91%
G = 62.23%
B = 30.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#1AEA74 (or 0x1AEA74) is known color: Spring Green. HEX triplet: 1A, EA and 74. RGB value is (26,234,116). Sum of RGB (Red+Green+Blue) = 26+234+116=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 234 (91.80% from 255 or 62.23% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 234 - color contains mainly: green. Hex color #1AEA74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AEA74 is #E5158B. Grayscale: #9E9E9E. Windows color (decimal): -15013260 or 7662106. OLE color: 7662106.

HSL color Cylindrical-coordinate representation of color #1AEA74: hue angle of 145.96º 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 #1AEA74 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 234 116 -
CMYK 0.89 0 0.50 0.08
HSL 145.96º 0.83% 0.51% -
HSV(B) 145.96º 0.89% 0.92% -
XYZ 33 60.33 26.43 -
YUV 158.36 104.09 33.59 -
System Red Green Blue C M Y K H S L
Decimal 26 234 116 0.89 0 0.50 0.08 145.96 0.83 0.51
Hex 1A EA 74 59 0 32 8 92 53 33
Octal 32 352 164 131 0 62 10 222 123 63
Binary 11010 11101010 1110100 1011001 0 110010 1000 10010010 1010011 110011

Color Harmonies of #1AEA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEA74

Black with #1AEA74

Text Example


Text Example

White with #1AEA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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