#1AFC86

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

Shades of Spring Green #1AFC86

Tints of Spring Green #1AFC86

Color information

#1AFC86 (or 0x1AFC86) is unknown color: approx Spring Green. HEX triplet: 1A, FC and 86. RGB value is (26,252,134). Sum of RGB (Red+Green+Blue) = 26+252+134=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 252 (98.83% from 255 or 61.17% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFC86 is #E50379. Grayscale: #ABABAB. Windows color (decimal): -15008634 or 8846362. OLE color: 8846362.

HSL color Cylindrical-coordinate representation of color #1AFC86: hue angle of 148.67º 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 #1AFC86 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB26252134-
CMYK0.9000.470.01
HSL148.67º97.41%54.51%-
HSV(B)148.67º89.68%98.82%-
XYZ39.5471.5634.28-
YUV170.97107.1324.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.31%
GREEN value IS 252 (98.83% from 255) = 61.17%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=6.31%
G=61.17%
B=32.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal262521340.9000.470.01148.6797.4154.51
Hex1AFC865A02F1956137
Octal32374206132057122514167
Binary110101111110010000110101101001011111100101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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