Html Css Color HEX #1AE975 Spring Green

📋 copy color: '#1AE975'

red 26 ◦ green 233 ◦ blue 117

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

Shades of Spring Green #1AE975

Tints of Spring Green #1AE975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 6.91%
G = 61.97%
B = 31.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#1AE975 (or 0x1AE975) is known color: Spring Green. HEX triplet: 1A, E9 and 75. RGB value is (26,233,117). Sum of RGB (Red+Green+Blue) = 26+233+117=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 233 (91.41% from 255 or 61.97% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 233 - color contains mainly: green. Hex color #1AE975 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AE975 is #E5168A. Grayscale: #9E9E9E. Windows color (decimal): -15013515 or 7727386. OLE color: 7727386.

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

Color convert

RGB 26 233 117 -
CMYK 0.89 0 0.50 0.09
HSL 146.38º 0.82% 0.51% -
HSV(B) 146.38º 0.89% 0.91% -
XYZ 32.78 59.78 26.64 -
YUV 157.88 104.92 33.93 -
System Red Green Blue C M Y K H S L
Decimal 26 233 117 0.89 0 0.50 0.09 146.38 0.82 0.51
Hex 1A E9 75 59 0 32 9 92 52 33
Octal 32 351 165 131 0 62 11 222 122 63
Binary 11010 11101001 1110101 1011001 0 110010 1001 10010010 1010010 110011

Color Harmonies of #1AE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE975

Black with #1AE975

Text Example


Text Example

White with #1AE975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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