#1AFA8A

Color #1AFA8A Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #1AFA8A

Tints of Spring Green #1AFA8A

Color information

#1AFA8A (or 0x1AFA8A) is unknown color: approx Spring Green. HEX triplet: 1A, FA and 8A. RGB value is (26,250,138). Sum of RGB (Red+Green+Blue) = 26+250+138=414 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.28% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFA8A is #E50575. Grayscale: #AAAAAA. Windows color (decimal): -15009142 or 9107994. OLE color: 9107994.

HSL color Cylindrical-coordinate representation of color #1AFA8A: hue angle of 150º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFA8A is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB26250138-
CMYK0.9000.450.02
HSL150º95.73%54.12%-
HSV(B)150º89.6%98.04%-
XYZ39.270.4335.57-
YUV170.26109.7925.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.28%
GREEN value IS 250 (98.05% from 255) = 60.39%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=6.28%
G=60.39%
B=33.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal262501380.9000.450.0215095.7354.12
Hex1AFA8A5A02D2966036
Octal32372212132055222614066
Binary1101011111010100010101011010010110110100101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,250,138); }

 H1.HeaderClassName
 {
   color: #1AFA8A;
 }
 .AnyTagClassName
 {
   color: #1AFA8A;
 }
</style>
background-color css

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

 a { background-color: rgb(26,250,138); }

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

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

 span { border-color: rgb(26,250,138); }

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