Html Css Color HEX #1AE970 Spring Green

📋 copy color: '#1AE970'

red 26 ◦ green 233 ◦ blue 112

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

Shades of Spring Green #1AE970

Tints of Spring Green #1AE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 62.8%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 7.01%
G = 62.8%
B = 30.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#1AE970 (or 0x1AE970) is known color: Spring Green. HEX triplet: 1A, E9 and 70. RGB value is (26,233,112). Sum of RGB (Red+Green+Blue) = 26+233+112=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 233 (91.41% from 255 or 62.80% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 233 - color contains mainly: green. Hex color #1AE970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AE970 is #E5168F. Grayscale: #9D9D9D. Windows color (decimal): -15013520 or 7399706. OLE color: 7399706.

HSL color Cylindrical-coordinate representation of color #1AE970: hue angle of 144.93º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE970 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 26 233 112 -
CMYK 0.89 0 0.52 0.09
HSL 144.93º 0.82% 0.51% -
HSV(B) 144.93º 0.89% 0.91% -
XYZ 32.49 59.67 25.13 -
YUV 157.31 102.42 34.34 -
System Red Green Blue C M Y K H S L
Decimal 26 233 112 0.89 0 0.52 0.09 144.93 0.82 0.51
Hex 1A E9 70 59 0 34 9 91 52 33
Octal 32 351 160 131 0 64 11 221 122 63
Binary 11010 11101001 1110000 1011001 0 110100 1001 10010001 1010010 110011

Color Harmonies of #1AE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE970

Black with #1AE970

Text Example


Text Example

White with #1AE970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,233,112); }

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

background-color css

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

 a { background-color: rgb(26,233,112); }

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

border-color css

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

 span { border-color: rgb(26,233,112); }

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