#1AFC71

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

Shades of Spring Green #1AFC71

Tints of Spring Green #1AFC71

Color information

#1AFC71 (or 0x1AFC71) is unknown color: approx Spring Green. HEX triplet: 1A, FC and 71. RGB value is (26,252,113). Sum of RGB (Red+Green+Blue) = 26+252+113=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 252 (98.83% from 255 or 64.45% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFC71 is #E5038E. Grayscale: #A8A8A8. Windows color (decimal): -15008655 or 7470106. OLE color: 7470106.

HSL color Cylindrical-coordinate representation of color #1AFC71: hue angle of 143.1º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFC71 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB26252113-
CMYK0.9000.550.01
HSL143.1º97.41%54.51%-
HSV(B)143.1º89.68%98.82%-
XYZ38.2271.0327.32-
YUV168.5896.6326.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.65%
GREEN value IS 252 (98.83% from 255) = 64.45%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=6.65%
G=64.45%
B=28.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal262521130.9000.550.01143.197.4154.51
Hex1AFC715A03718f6137
Octal32374161132067121714167
Binary11010111111001110001101101001101111100011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,252,113); }

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

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

 a { background-color: rgb(26,252,113); }

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

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

 span { border-color: rgb(26,252,113); }

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