#18FF86

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

Shades of Spring Green #18FF86

Tints of Spring Green #18FF86

Color information

#18FF86 (or 0x18FF86) is unknown color: approx Spring Green. HEX triplet: 18, FF and 86. RGB value is (24,255,134). Sum of RGB (Red+Green+Blue) = 24+255+134=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18FF86 is #E70079. Grayscale: #ACACAC. Windows color (decimal): -15138938 or 8847128. OLE color: 8847128.

HSL color Cylindrical-coordinate representation of color #18FF86: hue angle of 148.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF86 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB24255134-
CMYK0.9100.470
HSL148.57º100%54.71%-
HSV(B)148.57º90.59%100%-
XYZ40.4473.4434.6-
YUV172.14106.4722.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.81%
GREEN value IS 255 (100% from 255) = 61.74%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=5.81%
G=61.74%
B=32.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal242551340.9100.470148.5710054.71
Hex18FF865B02F0956437
Octal30377206133057022514467
Binary110001111111110000110101101101011110100101011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18FF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18FF86; }

 p { color: rgb(24,255,134); }

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

<style>
 a { background-color: #18FF86; }

 a { background-color: rgb(24,255,134); }

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

<style>
 span { border-color: #18FF86; }

 span { border-color: rgb(24,255,134); }

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